mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	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