Parquery / gocontracts

A tool for design-by-contract in Go
MIT License
111 stars 7 forks source link

Added blank line to build constraint examples #37

Closed TeodoroFilippini closed 5 years ago

TeodoroFilippini commented 5 years ago

As specified in https://golang.org/pkg/go/build/#hdr-Build_Constraints:

"To distinguish build constraints from package documentation, a series of build constraints must be followed by a blank line."

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 97


Totals Coverage Status
Change from base Build 95: 0.0%
Covered Lines: 400
Relevant Lines: 446

💛 - Coveralls
mristin commented 5 years ago

LGTM, thanks!