dotenv is fucking scary dude

This commit is contained in:
2025-08-03 15:49:27 +02:00
parent 50ee892efb
commit 5b5be5835d
10 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,5 @@
module yt-email
go 1.24.5
require github.com/joho/godotenv v1.5.1 // indirect

View File

@@ -0,0 +1,2 @@
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}