2021-06-09 19:53:16 +02:00
|
|
|
// Copyright 2021 The Gitea Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-08-24 18:47:09 +02:00
|
|
|
//go:build !windows
|
2021-06-09 19:53:16 +02:00
|
|
|
// +build !windows
|
|
|
|
|
|
|
|
package auth
|
|
|
|
|
|
|
|
func specialInit() {}
|