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

https://github.com/gomodules/x

Ensemble of GOlang libraries used by AppsCode
https://github.com/gomodules/x

appscode go

Last synced: 11 months ago
JSON representation

Ensemble of GOlang libraries used by AppsCode

Awesome Lists containing this project

README

          

![CI](https://github.com/gomodules/x/workflows/CI/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/gomodules.xyz/x)](https://goreportcard.com/report/gomodules.xyz/x)
[![PkgGoDev](https://pkg.go.dev/badge/gomodules.xyz/x)](https://pkg.go.dev/gomodules.xyz/x)

# go
Ensemble of GOlang libraries used by AppsCode

## Policy for adding new libs:
* If codebase produces exe or needs vendoring, they live in their own top level repo.
* appscode/go is our kitchen sink go lib repo. This must not use vendor. We do not accept contribution in /go repo,
since they have wide ranging effect. This does not use log (glog transitively), since that will require vendoring.
This also uses official errors pkg, to avoid facebookgo/stack dependency.
* If we want external contribution, those stuff need their own repo.

## License

This is licensed under Apache 2.0 unless specified otherwise in individual code files.