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
From K/pkg/basedir.go. I think we can use os.Getenv replace user.Current(). Because os.GetEnv can get clean infomation. And we only judge user platform that is 'win' or others.
The text was updated successfully, but these errors were encountered:
Background
From K/pkg/basedir.go. I think we can use
os.Getenv
replaceuser.Current()
. Becauseos.GetEnv
can get clean infomation. And we only judge user platform that is 'win' or others.The text was updated successfully, but these errors were encountered: