@@ -13,7 +13,7 @@ import (
func main() {
fmt.Println("Test")
err := godotenv.Load("/.env", ".env", "./.env")
err := godotenv.Load()
if err != nil {
log.Fatal("Error loading .env file")
}
The note is not visible to the blocked user.