Skip to content

Commit

Permalink
fixup! go-template/_template/cmd/app: swapped zap logger with log/slog
Browse files Browse the repository at this point in the history
  • Loading branch information
zalgonoise committed Jun 6, 2024
1 parent 14be2c1 commit c51b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _template/cmd/{{.Base.appName}}/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// This controls the maxprocs environment variable in container runtimes.
// see https://martin.baillie.id/wrote/gotchas-in-the-go-network-packages-defaults/#bonus-gomaxprocs-containers-and-the-cfs
_ "go.uber.org/automaxprocs"
"go.uber.org/automaxprocs/maxprocs"

"{{.Base.moduleName}}/internal/log"
)
Expand Down

0 comments on commit c51b3e9

Please sign in to comment.