forked from forgejo/forgejo
fix: gofmt errors. (#1106)
This commit is contained in:
parent
6bdfadf4a9
commit
28a5bc313a
4 changed files with 20 additions and 18 deletions
|
@ -5,16 +5,18 @@
|
|||
package oauth2
|
||||
|
||||
import (
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/markbates/goth"
|
||||
"github.com/markbates/goth/gothic"
|
||||
"net/http"
|
||||
"os"
|
||||
"github.com/satori/go.uuid"
|
||||
"path/filepath"
|
||||
"github.com/markbates/goth/providers/github"
|
||||
"github.com/satori/go.uuid"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue