File: README.md

package info (click to toggle)
golang-github-lpabon-godbc 1.0%2Bgit20140613.1.9577782-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[![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