Skip to content

Commit a0b6a21

Browse files
committed
util_appengine.go,util_noappengine.go: add go:build directives, which have been appeared in Go1.17
1 parent dad80a9 commit a0b6a21

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

util_appengine.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build appengine || appenginevm
12
// +build appengine appenginevm
23

34
package quicktemplate

util_noappengine.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !appengine && !appenginevm
12
// +build !appengine,!appenginevm
23

34
package quicktemplate

0 commit comments

Comments
 (0)