This website works better with JavaScript.
Explore
Help
Sign In
publicWagsHome
/
buildx
Watch
1
Star
0
Fork
You've already forked buildx
1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e4db8d2a21
buildx
/
vendor
/
github.com
/
aws
/
aws-sdk-go-v2
/
credentials
/
ssocreds
/
os_windows.go
8 lines
99 B
Go
Raw
Blame
History
package
ssocreds
import
"os"
func
getHomeDirectory
(
)
string
{
return
os
.
Getenv
(
"USERPROFILE"
)
}
Reference in New Issue
View Git Blame
Copy Permalink