Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmidt-org/webpa-common
The collection of small common packages for the webpa project.
https://github.com/xmidt-org/webpa-common
caduceus petasos scytale talaria webpa xmidt
Last synced: 5 days ago
JSON representation
The collection of small common packages for the webpa project.
- Host: GitHub
- URL: https://github.com/xmidt-org/webpa-common
- Owner: xmidt-org
- License: apache-2.0
- Created: 2016-04-16T03:28:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T15:59:41.000Z (18 days ago)
- Last Synced: 2024-12-04T16:42:43.315Z (18 days ago)
- Topics: caduceus, petasos, scytale, talaria, webpa, xmidt
- Language: Go
- Homepage:
- Size: 3.71 MB
- Stars: 25
- Watchers: 24
- Forks: 26
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# webpa-common
[![Build Status](https://github.com/xmidt-org/webpa-common/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/webpa-common/actions/workflows/ci.yml)
[![Dependency Updateer](https://github.com/xmidt-org/webpa-common/actions/workflows/updater.yml/badge.svg)](https://github.com/xmidt-org/webpa-common/actions/workflows/updater.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/webpa-common/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/webpa-common?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/webpa-common)](https://goreportcard.com/report/github.com/xmidt-org/webpa-common)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_webpa-common&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_webpa-common)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/webpa-common/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/webpa-common.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/webpa-common)](https://pkg.go.dev/github.com/xmidt-org/webpa-common)## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Environment Requirements](#environment-requirements)
- [Testing The Library](#testing-the-library)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Environment Requirements
- Go with version >= 1.12 https://golang.org/dl/
## Testing the Library
To run the tests, `git clone` the repository, then from within the repo directory run:
```
go test ./... -race -coverprofile=coverage.txt
```## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).