Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
hexahigh committed Feb 27, 2024
1 parent f0f0e85 commit 7103c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var db *sql.DB
var logger *log.Logger

func main() {
flag.Parse()
logger = log.New(os.Stdout, "", log.LstdFlags)
fmt.Println("Starting")

Expand Down

0 comments on commit 7103c65

Please sign in to comment.