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
- Host: GitHub
- URL: https://github.com/gomodules/x
- Owner: gomodules
- License: apache-2.0
- Created: 2016-12-22T17:32:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T23:16:31.000Z (over 1 year ago)
- Last Synced: 2025-04-08T05:17:06.525Z (about 1 year ago)
- Topics: appscode, go
- Language: Go
- Homepage:
- Size: 3.64 MB
- Stars: 13
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/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.