mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-08 18:24:31 +00:00
golint fixed for modules/auth
This commit is contained in:
parent
0a76d260fa
commit
5b998a6680
16 changed files with 103 additions and 24 deletions
|
|
@ -10,6 +10,7 @@ import (
|
|||
"errors"
|
||||
)
|
||||
|
||||
func PAMAuth(serviceName, userName, passwd string) error {
|
||||
// Auth not supported lack of pam tag
|
||||
func Auth(serviceName, userName, passwd string) error {
|
||||
return errors.New("PAM not supported")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue