forked from coop-cloud-mirrors/godotenv
change module location
This commit is contained in:
parent
e396573785
commit
01bff82843
@ -8,7 +8,7 @@ package autoload
|
|||||||
And bob's your mother's brother
|
And bob's your mother's brother
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "github.com/joho/godotenv"
|
import "git.coopcloud.tech/coop-cloud/godotenv"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
godotenv.Load()
|
godotenv.Load()
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/joho/godotenv"
|
"git.coopcloud.tech/coop-cloud/godotenv"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user