@@ -1,5 +1,8 @@
|
||||
package util
|
||||
|
||||
// DoNotEditHead added to the beginning of a file to prompt the user not to edit
|
||||
var DoNotEditHead = "// Code generated by goctl. DO NOT EDIT!"
|
||||
|
||||
var headTemplate = `// Code generated by goctl. DO NOT EDIT!
|
||||
// Source: {{.source}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user