1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

remove generated package comments

This commit is contained in:
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

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\"")