summaryrefslogtreecommitdiffstats
path: root/modules/auth/pam/pam_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/pam/pam_stub.go')
-rw-r--r--modules/auth/pam/pam_stub.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/auth/pam/pam_stub.go b/modules/auth/pam/pam_stub.go
index 02d8da3c57..815ccf2b0e 100644
--- a/modules/auth/pam/pam_stub.go
+++ b/modules/auth/pam/pam_stub.go
@@ -1,9 +1,10 @@
-// +build !pam
-
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
+//go:build !pam
+// +build !pam
+
package pam
import (