aboutsummaryrefslogtreecommitdiffstats
path: root/webui/debug_assets.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-07-31 14:42:00 +0200
committerMichael Muré <batolettre@gmail.com>2022-07-31 14:47:07 +0200
commit56966fec5562c3a0e23340d0fbe754626c3beb64 (patch)
tree9f04b1e1ee362e210e74aaa324d950058ed14bf2 /webui/debug_assets.go
parentd179b8b7ec7815ccac73e00f35f5cfbdc4ddbe2e (diff)
downloadgit-bug-56966fec5562c3a0e23340d0fbe754626c3beb64.tar.gz
build: go 1.18 minimum
Diffstat (limited to 'webui/debug_assets.go')
-rw-r--r--webui/debug_assets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/debug_assets.go b/webui/debug_assets.go
index 87ec4f6c..ffefbcab 100644
--- a/webui/debug_assets.go
+++ b/webui/debug_assets.go
@@ -1,4 +1,4 @@
-// +build debugwebui
+//go:build debugwebui
package webui