This commit is contained in:
Aliberk Sandıkçı 2023-07-17 16:38:56 +03:00
parent 15c8a9930e
commit 68a140eb7b
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ func checkExists(path string) (bool, error) {
func main() {
// A SAMPLE COMMAND FOR LOGGING OS INFORMATION TO A DEDICATED FILE
// runtime.GOOS
userhome, err := os.UserHomeDir()
if err != nil {
log.Fatal(err)