An open API service indexing awesome lists of open source software.

https://github.com/bool64/shared

Shared provides space to share variables between test helpers.
https://github.com/bool64/shared

Last synced: 29 days ago
JSON representation

Shared provides space to share variables between test helpers.

Awesome Lists containing this project

README

          

# Shared Vars

[![Build Status](https://github.com/bool64/shared/workflows/test-unit/badge.svg)](https://github.com/bool64/shared/actions?query=branch%3Amaster+workflow%3Atest-unit)
[![Coverage Status](https://codecov.io/gh/bool64/shared/branch/master/graph/badge.svg)](https://codecov.io/gh/bool64/shared)
[![GoDevDoc](https://img.shields.io/badge/dev-doc-00ADD8?logo=go)](https://pkg.go.dev/github.com/bool64/shared)
[![Time Tracker](https://wakatime.com/badge/github/bool64/shared.svg)](https://wakatime.com/badge/github/bool64/shared)
![Code lines](https://sloc.xyz/github/bool64/shared/?category=code)
![Comments](https://sloc.xyz/github/bool64/shared/?category=comments)

Shared provides space and contract to share variables between test helpers and libraries.