You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The os package contains UserHomeDir() now which simplifies finding a home directory. If I call FindMachine("", "github.com") it would be nice if go-netrc would look in UserHomeDir()+".netrc" automatically.
The text was updated successfully, but these errors were encountered:
The
os
package containsUserHomeDir()
now which simplifies finding a home directory. If I callFindMachine("", "github.com")
it would be nice if go-netrc would look in UserHomeDir()+".netrc" automatically.The text was updated successfully, but these errors were encountered: