mirror of https://github.com/v2ray/v2ray-core
remove generated package comments
parent
ff01a886da
commit
3732de18b1
|
@ -61,7 +61,6 @@ func main() {
|
||||||
}
|
}
|
||||||
defer file.Close()
|
defer file.Close()
|
||||||
|
|
||||||
fmt.Fprintln(file, "// GENERATED CODE. DO NOT MODIFY!")
|
|
||||||
fmt.Fprintln(file, "package internal")
|
fmt.Fprintln(file, "package internal")
|
||||||
fmt.Fprintln(file)
|
fmt.Fprintln(file)
|
||||||
fmt.Fprintln(file, "import \"encoding/binary\"")
|
fmt.Fprintln(file, "import \"encoding/binary\"")
|
||||||
|
|
Loading…
Reference in New Issue