Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Use platform independent os.UserHomeDir() function#33

Merged
FooSoft merged 1 commit intoFooSoft:masterfrom
albertdev:bugfix/platform-indedependent-homedir
Dec 14, 2021
Merged

Use platform independent os.UserHomeDir() function#33
FooSoft merged 1 commit intoFooSoft:masterfrom
albertdev:bugfix/platform-indedependent-homedir

Conversation

@albertdev
Copy link
Contributor

Pull request #7 replaced some code blocking cross-compilation. However, the "HOME" environment variable is not available by default on Windows.

For this reason, Go introduced a dedicated method in the os package starting from version 1.12.

Pull request FooSoft#7 replaced some code blocking cross-compilation. However,
the "HOME" environment variable is not available on Windows.

For this reason, Go introduced a dedicated method in the os package
starting from version 1.12.
@FooSoft FooSoft merged commit 72ff784 into FooSoft:master Dec 14, 2021
@albertdev albertdev deleted the bugfix/platform-indedependent-homedir branch December 14, 2021 22:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants