]> source.dussan.org Git - gitea.git/commit
Fix windows build error (#14263)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 6 Jan 2021 01:38:00 +0000 (09:38 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 01:38:00 +0000 (09:38 +0800)
commita1c9e8f266cb2809200dce1618da33314cc25082
treeabb0fbe7f94bd767e4ffef8f1449ed35427a8286
parent4ef5f17a7e1fefb96d4c6d8ff32ead01248bad5a
Fix windows build error (#14263)

* fix build

* take flash error message back and fix more windows lint error

* performance optimization

* own step to check lint for windows

Co-authored-by: 6543 <6543@obermui.de>
12 files changed:
.drone.yml
modules/auth/sso/basic.go
modules/auth/sso/interface.go
modules/auth/sso/oauth2.go
modules/auth/sso/reverseproxy.go
modules/auth/sso/session.go
modules/auth/sso/sspi_windows.go
modules/auth/sso/user.go
modules/context/context.go
modules/graceful/manager_windows.go
modules/log/console_windows.go
routers/routes/recovery.go