dbc icon indicating copy to clipboard operation
dbc copied to clipboard

Design-by-contract for Go1

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'