Codebase list golang-github-lpabon-godbc / e83327ce-9a24-48ac-b29a-9ee82ff4eaff/main
e83327ce-9a24-48ac-b29a-9ee82ff4eaff/main

Tree @e83327ce-9a24-48ac-b29a-9ee82ff4eaff/main (Download .tar.gz)

[![Build Status](https://travis-ci.org/lpabon/godbc.svg?branch=master)](https://travis-ci.org/lpabon/godbc)

# 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