diff options
| author | Bobby <[email protected]> | 2025-12-18 16:29:07 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-12-18 16:29:07 +0530 |
| commit | 74209da9580c7ae63898664437dc7d021010d29a (patch) | |
| tree | 90cba8e61cd5dc8c8fa62e7cc3ac798b2962dc6e /go.mod | |
| parent | 25f73ff8a0bbfc1f7c0ca8eab46c510e8d2624ef (diff) | |
| download | lain-74209da9580c7ae63898664437dc7d021010d29a.tar.xz lain-74209da9580c7ae63898664437dc7d021010d29a.zip | |
add config and makefile
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module lain + +go 1.25.5 + +require github.com/joho/godotenv v1.5.1 |
