Skip to content

Commit

Permalink
Linter angry after goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jan 2, 2024
1 parent 3a6a4bb commit 2dd0767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import (
"context"
"database/sql"
"fmt"
// MySQL Database Driver
"net/http"
pprof "net/http/pprof"
"os"
"os/signal"
"syscall"
"time"

// MySQL Database Driver
_ "github.com/go-sql-driver/mysql"
"github.com/julienschmidt/httprouter"

Expand Down

0 comments on commit 2dd0767

Please sign in to comment.