This commit is contained in:
諏訪子 2023-06-11 21:38:25 +09:00
parent 088d077ac8
commit c6b78fa0c8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/joho/godotenv"
)
func loadcnf () {
func LoadCnf () {
homedir, herr := os.UserHomeDir()
if herr != nil {
log.Fatal("ホームフォルダを見つけられませんでした。", herr)