Skip to content

Commit d9ca787

Browse files
committed
moved //go:generate under package declaration to make go linter happy
1 parent c259f9c commit d9ca787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
//go:generate qtc -dir=testdata/templates
21
package quicktemplate
32

3+
//go:generate qtc -dir=testdata/templates
4+
45
import (
56
"reflect"
67
"unsafe"

0 commit comments

Comments
 (0)