drblez / dbc

Design-by-contract for Go1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Design by Contract for Go1

Contracts enable by default. To turn contracts checking for production do build with tag without_dbc

go build -tags 'without_dbc'

About

Design-by-contract for Go1


Languages

Language:Go 100.0%