aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-10-09 23:12:03 +0800
committerGitHub <noreply@github.com>2022-10-09 23:12:03 +0800
commit50e5766867165d7736a9afeb8c3499bed6dda129 (patch)
tree1634eadc7fbe5694a0f9d182d241672107023c1a /internal/cmd
parent8982a42d38c537de87fabcc59f062841f1c437c2 (diff)
build: remove support of Go 1.17 (#7177)
Diffstat (limited to 'internal/cmd')
-rw-r--r--internal/cmd/cert.go1
-rw-r--r--internal/cmd/cert_stub.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/internal/cmd/cert.go b/internal/cmd/cert.go
index c8280a12..f13d8949 100644
--- a/internal/cmd/cert.go
+++ b/internal/cmd/cert.go
@@ -1,5 +1,4 @@
//go:build cert
-// +build cert
// Copyright 2009 The Go Authors. All rights reserved.
// Copyright 2014 The Gogs Authors. All rights reserved.
diff --git a/internal/cmd/cert_stub.go b/internal/cmd/cert_stub.go
index fff99e3f..f8cbaa7e 100644
--- a/internal/cmd/cert_stub.go
+++ b/internal/cmd/cert_stub.go
@@ -1,5 +1,4 @@
//go:build !cert
-// +build !cert
// Copyright 2009 The Go Authors. All rights reserved.
// Copyright 2014 The Gogs Authors. All rights reserved.