Skip to content

Commit

Permalink
disable env loading
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGallauner committed Jul 5, 2024
1 parent c1be78e commit 68d2d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/joho/godotenv"
//"github.com/joho/godotenv"
internal "github.com/martingallauner/bookclub/internal"
"github.com/martingallauner/bookclub/internal/auth"
. "github.com/martingallauner/bookclub/internal/client"
Expand Down

0 comments on commit 68d2d8d

Please sign in to comment.