mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-24 10:40:33 -05:00
| .. | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| BUILD | ||
| godbc.go | ||
| godbc_prod.go | ||
| LICENSE | ||
| 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