Use standard header for generated Go files (#4961)

As recommended by https://golang.org/pkg/cmd/go/internal/generate/:

  To convey to humans and machine tools that code is generated,
  generated source should have a line early in the file that
  matches the following regular expression (in Go syntax):

        ^// Code generated .* DO NOT EDIT\.$
This commit is contained in:
kostya-sh
2018-10-03 19:19:40 +01:00
committed by Wouter van Oortmerssen
parent ebb410062b
commit 062dcf7007
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
// automatically generated by the FlatBuffers compiler, do not modify
// Code generated by the FlatBuffers compiler. DO NOT EDIT.
package Example