dvc890's picture
Upload 25 files
36a4021
raw
history blame contribute delete
131 Bytes
package env
import (
"github.com/joho/godotenv"
)
//goland:noinspection GoUnhandledErrorResult
func init() {
godotenv.Load()
}