Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
/ go Public archive
forked from gomodules/x

Ensemble of GOlang libraries used by AppsCode

License

Notifications You must be signed in to change notification settings

appscode/go

 
 

Repository files navigation

Build Status Go Report Card GoDoc

This repo has been moved to https://github.com/gomodules/x . This is left here so existing builds don't break. Dependencies should switch over to the new Go module.

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.

About

Ensemble of GOlang libraries used by AppsCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 99.3%
  • Starlark 0.7%