Skip to content

Commit

Permalink
removed .env comments
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Nov 24, 2024
1 parent b6e8368 commit 9f3143d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ import (
)

func main() {
// err := godotenv.Load()
// if err != nil {
// panic(err)
// }
api.Api()
}

0 comments on commit 9f3143d

Please sign in to comment.