aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
5 files changed, 0 insertions, 5 deletions
diff --git a/internal/auth/pam/pam.go b/internal/auth/pam/pam.go
index d251fae4..14f041ae 100644
--- a/internal/auth/pam/pam.go
+++ b/internal/auth/pam/pam.go
@@ -1,5 +1,4 @@
//go:build pam
-// +build pam
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
diff --git a/internal/auth/pam/pam_stub.go b/internal/auth/pam/pam_stub.go
index 387e6ed6..597b61d1 100644
--- a/internal/auth/pam/pam_stub.go
+++ b/internal/auth/pam/pam_stub.go
@@ -1,5 +1,4 @@
//go:build !pam
-// +build !pam
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
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.
diff --git a/internal/conf/static_minwinsvc.go b/internal/conf/static_minwinsvc.go
index 0b167714..b946398f 100644
--- a/internal/conf/static_minwinsvc.go
+++ b/internal/conf/static_minwinsvc.go
@@ -1,5 +1,4 @@
//go:build minwinsvc
-// +build minwinsvc
// Copyright 2015 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style