Skip to content

Commit

Permalink
removing .env
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 15, 2024
1 parent 8ccf76d commit a69839c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ package main

import (
router "hack/Router"
"log"

"github.com/joho/godotenv"
)

func main() {
err := godotenv.Load()
if err != nil {
log.Fatal("Error loading .env file")
}
router.HandleRequest()
}

0 comments on commit a69839c

Please sign in to comment.