summaryrefslogtreecommitdiffstats
path: root/services/auth/placeholder.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/auth/placeholder.go')
-rw-r--r--services/auth/placeholder.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/auth/placeholder.go b/services/auth/placeholder.go
new file mode 100644
index 0000000000..50e3061885
--- /dev/null
+++ b/services/auth/placeholder.go
@@ -0,0 +1,9 @@
+// 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.
+
+// +build !windows
+
+package auth
+
+func specialInit() {}