Build Error in Windows 10

Followed the steps of https://github.com/ipfs/go-ipfs/blob/master/docs/windows.md

While fetching from Github, I get below errors
C:\WINDOWS\system32>go get -u github.com/whyrusleeping/gx
Error - github.com\whyrusleeping\tar-utils\sanitize_windows.go:61:15: undefined: strings.Builder
C:\WINDOWS\system32>go get -u github.com/whyrusleeping/gx-go
Error - src\github.com\whyrusleeping\tar-utils\sanitize_windows.go:61:15: undefined: strings.Builder
When I use, make install
Doesn’t generate ipfs.exe

You’ll need the latest version of go (1.10).

1 Like