feat: support load env variables from .env file

This commit is contained in:
JustSong
2024-06-23 15:37:11 +08:00
parent 114c44c6e7
commit 254b9777c0
6 changed files with 11 additions and 50 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/jinzhu/copier v0.4.0
github.com/joho/godotenv v1.5.1
github.com/pkg/errors v0.9.1
github.com/pkoukk/tiktoken-go v0.1.7
github.com/smartystreets/goconvey v1.8.1