We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a1d22 commit 14bad1dCopy full SHA for 14bad1d
pkg/generator/codegen_tmpls.go
@@ -14,11 +14,7 @@
14
15
package generator
16
17
-const boilerplateTmpl = `/*
18
-Copyright YEAR The {{.ProjectName}} Authors
19
-
20
-Commercial software license.
21
-*/
+const boilerplateTmpl = `
22
`
23
24
const updateGeneratedTmpl = `#!/usr/bin/env bash
pkg/generator/generator_test.go
@@ -234,11 +234,7 @@ func TestGenBuild(t *testing.T) {
234
}
235
236
237
-const boilerplateExp = `/*
238
-Copyright YEAR The play Authors
239
240
241
+const boilerplateExp = `
242
243
244
const updateGeneratedExp = `#!/usr/bin/env bash
0 commit comments