Add missing import.

This commit is contained in:
Michael Lehmann
2024-12-20 22:16:07 +01:00
parent 236970f477
commit 17edd9bc8c

View File

@@ -2,6 +2,7 @@ package main
import ( import (
"os/user" "os/user"
"errors"
) )
func GetCurrentUserHomeDir() (homeDir string, err error){ func GetCurrentUserHomeDir() (homeDir string, err error){