remove generated package comments

pull/362/head
Darien Raymond 2017-01-03 14:23:55 +01:00
parent ff01a886da
commit 3732de18b1
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ func main() {
}
defer file.Close()
fmt.Fprintln(file, "// GENERATED CODE. DO NOT MODIFY!")
fmt.Fprintln(file, "package internal")
fmt.Fprintln(file)
fmt.Fprintln(file, "import \"encoding/binary\"")