Explorar el Código

remove generated package comments

Darien Raymond hace 8 años
padre
commit
3732de18b1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      common/crypto/internal/chacha_core_gen.go

+ 0 - 1
common/crypto/internal/chacha_core_gen.go

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