mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 11:23:01 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
6
vendor/github.com/gin-gonic/gin/debug.go
generated
vendored
6
vendor/github.com/gin-gonic/gin/debug.go
generated
vendored
|
|
@ -95,7 +95,9 @@ at initialization. ie. before any route is registered or the router is listening
|
|||
}
|
||||
|
||||
func debugPrintError(err error) {
|
||||
if err != nil && IsDebugging() {
|
||||
fmt.Fprintf(DefaultErrorWriter, "[GIN-debug] [ERROR] %v\n", err)
|
||||
if err != nil {
|
||||
if IsDebugging() {
|
||||
fmt.Fprintf(DefaultErrorWriter, "[GIN-debug] [ERROR] %v\n", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue