k3s/vendor/github.com/lpabon/godbc
Jeff Grafton 653d05c169 Regenerate all BUILD files in vendor/ from scratch using gazelle 2017-08-16 15:48:25 -07:00
..
.gitignore
.travis.yml
AUTHORS
BUILD Regenerate all BUILD files in vendor/ from scratch using gazelle 2017-08-16 15:48:25 -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