Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
darleet committed May 28, 2024
1 parent 246a538 commit 59c9cfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"go.uber.org/zap"
)

const defaultPort = "8080"

func main() {
log := zap.Must(zap.NewDevelopment()).Sugar()
defer func(log *zap.SugaredLogger) {
Expand Down

0 comments on commit 59c9cfe

Please sign in to comment.