aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
commit22e1387c5b2231c16071e66eea9806228838b0b0 (patch)
tree7c9877a1370d6c71cd01ad4f88e070f9fe59f50a /main.go
parent3e17f52cd058c79f508713c4ad84dbb666cf3904 (diff)
Migrate to the new syntax for build tags
Also, upgrade dependencies.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e0f0628..0c361b1 100644
--- a/main.go
+++ b/main.go
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne <gduchene@awhk.org>
// SPDX-License-Identifier: ISC
-// +build !aws
+//go:build !aws
package main