summaryrefslogtreecommitdiff
path: root/template_windows.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2021-09-04 10:31:34 -0400
committerGitHub <noreply@github.com>2021-09-04 10:31:34 -0400
commita7d99cb049ae5e4c1181c9e372bd47b790b8e55a (patch)
treefe1e9968dbc1569b92ad92e18894744cb829683a /template_windows.go
parent9a626ef49b27be20eb96cbc7b0b905b153eaf7f4 (diff)
Add new Go 1.17 //go:build lines (#1207)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'template_windows.go')
-rw-r--r--template_windows.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/template_windows.go b/template_windows.go
index 4b14f9e2..040cbd26 100644
--- a/template_windows.go
+++ b/template_windows.go
@@ -1,4 +1,5 @@
-//+build windows
+//go:build windows
+// +build windows
package gomplate