varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

Align top comment with established pattern #9

Closed johanbrandhorst closed 4 years ago

johanbrandhorst commented 4 years ago

The "standard" for Go files to mark themselves as generated is to include a line matching the regular expression ^// Code generated .* DO NOT EDIT\.$ anywhere in the file, usually at the top.

See https://github.com/golang/go/issues/13560#issuecomment-288457920 for reference.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 325


Totals Coverage Status
Change from base Build 324: 0.0%
Covered Lines: 1142
Relevant Lines: 1382

💛 - Coveralls