mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
fix build failed on aarch64 (#1132)
This commit is contained in:
2
vendor/github.com/ngaut/log/log.go
generated
vendored
2
vendor/github.com/ngaut/log/log.go
generated
vendored
@@ -372,7 +372,7 @@ func genHourTime(t time.Time) string {
|
||||
}
|
||||
|
||||
func New() *logger {
|
||||
return Newlogger(os.Stdout, "")
|
||||
return Newlogger(os.Stderr, "")
|
||||
}
|
||||
|
||||
func Newlogger(w io.Writer, prefix string) *logger {
|
||||
|
||||
Reference in New Issue
Block a user