We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7a35d commit 26bf3c0Copy full SHA for 26bf3c0
1 file changed
microservice/user/main.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
func init() {
30
- // 预加载.env文件,用于本地开发.
+ // 预加载.env文件,用于本地开发
31
_ = godotenv.Load()
32
}
33
0 commit comments