k3s/vendor/github.com/lpabon/godbc
Jeff Grafton 23ceebac22 Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
..
.gitignore GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
.travis.yml GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
AUTHORS GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
LICENSE GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
README.md GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
godbc.go GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
godbc_prod.go GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30

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