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
os.UserHomeDir will be new in Go 1.12, added in https://golang.org/cl/139418 with the signature func UserHomeDir() string. The existing function UserCacheDir has the signature func UserCacheDir() (string, error). Should we change UserHomeDir to return an error as UserCacheDir does?
DeedleFake, jimmyfrasche, dpinela, ccmtaylor and cryptix