rjeczalik / interfaces

Code generation tools for Go.
MIT License
420 stars 31 forks source link

Update main.go #28

Closed plan97 closed 3 years ago

plan97 commented 3 years ago

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

^// Code generated .* DO NOT EDIT\.$