Design by contract for Go
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 is available at https://godoc.org/github.com/lpabon/godbc