You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/modules/log
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
2 years ago
..
buffer.go
buffer_test.go
colors.go
colors_router.go
conn.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
conn_test.go
console.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
console_other.go
console_test.go
console_windows.go
errors.go
event.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
file.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
file_test.go test: use `T.TempDir` to create temporary test directory (#21043) 2 years ago
flags.go
groutinelabel.go
groutinelabel_test.go
level.go
level_test.go
log.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
log_test.go
logger.go
multichannel.go Disable doctor logging on panic (#20847) 2 years ago
provider.go
smtp.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
smtp_test.go Fixed assert statements. (#16089) 3 years ago
stack.go
writer.go
writer_test.go