diff options
Diffstat (limited to 'modules/auth/pam/pam.go')
-rw-r--r-- | modules/auth/pam/pam.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/auth/pam/pam.go b/modules/auth/pam/pam.go index f21602c6b5..73ecae0c2c 100644 --- a/modules/auth/pam/pam.go +++ b/modules/auth/pam/pam.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 ( |