k3s/vendor/github.com/lpabon/godbc
Jeff Grafton aee5f457db update BUILD files 2017-10-15 18:18:13 -07:00
..
.gitignore
.travis.yml
AUTHORS
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
LICENSE
README.md
godbc.go
godbc_prod.go

README.md

Build Status

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