Skip to content

Commit 6768406

Browse files
committed
Linter fixes
1 parent f76cc80 commit 6768406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ linters:
22
enable:
33
- gofmt
44
- godot
5-
- golint
5+
- revive
66

77
linters-settings:
88
godot:

api/form.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package api implements request and response parsing logic shared between different OAuth strategies.
12
package api
23

34
import (

0 commit comments

Comments
 (0)