mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Feature: Integrate crypto/tls/generate_cert.go command
This commit is contained in:
@ -87,6 +87,12 @@ func Fatal(skip int, format string, v ...interface{}) {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
func Close() {
|
||||
for _, l := range loggers {
|
||||
l.Close()
|
||||
}
|
||||
}
|
||||
|
||||
// .___ __ _____
|
||||
// | | _____/ |_ ____________/ ____\____ ____ ____
|
||||
// | |/ \ __\/ __ \_ __ \ __\\__ \ _/ ___\/ __ \
|
||||
|
Reference in New Issue
Block a user