mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-20 13:59:16 +00:00
fix: newline at start of log
This commit is contained in:
parent
6f984fe7fd
commit
0a6af8d412
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -29,7 +29,7 @@ func main() {
|
|||
|
||||
if os.Getenv("DEV") != "true" {
|
||||
gin.SetMode(gin.ReleaseMode)
|
||||
fmt.Printf("Running in production mode. Listening on %s:%s.", host, port)
|
||||
fmt.Printf("Running in production mode. Listening on %s:%s.\n", host, port)
|
||||
}
|
||||
|
||||
r := gin.Default()
|
||||
|
|
Loading…
Add table
Reference in a new issue