2022-03-28 13:46:28 +09:00
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-28 03:20:29 +09:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-03-28 13:46:28 +09:00
|
|
|
|
|
|
|
//go:build !windows
|
|
|
|
|
|
|
|
package web
|
|
|
|
|
|
|
|
import auth_service "code.gitea.io/gitea/services/auth"
|
|
|
|
|
|
|
|
func specialAdd(group *auth_service.Group) {}
|