Update to kubernetes 1.4-alpha3. This required a "go get k8s.io/client-go" before godep save would work. |
||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
LICENSE | ||
README.md | ||
godbc.go | ||
godbc_prod.go |
README.md
godbc
Design by contract for Go
Installation
To install godbc, use go get
:
go get github.com/lpabon/godbc
Import the godbc
package into your code using this template:
import (
"github.com/lpabon/godbc"
)
Documentation
Documentation is available at https://godoc.org/github.com/lpabon/godbc