File size: 131 Bytes
36a4021
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
package env

import (
	"github.com/joho/godotenv"
)

//goland:noinspection GoUnhandledErrorResult
func init() {
	godotenv.Load()
}