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
I can go get this fine on my Arch distro, but on my Win10 box, it fails:
~> go get github.com/tj/node-prune/cmd/node-prune
# github.com/tj/node-prune/cmd/node-prune
dev\golang\src\github.com\tj\node-prune\cmd\node-prune\main.go:50: time.Since(start).Round undefined (type time.Duration has no field or method Round)
The text was updated successfully, but these errors were encountered:
klauern
changed the title
go get fails on Windows - type time.Duration has no field or method Round)
go get fails on go 1.7 - type time.Duration has no field or method Round)
Nov 20, 2017
I can
go get
this fine on my Arch distro, but on my Win10 box, it fails:The text was updated successfully, but these errors were encountered: