mattn
mattn
please keep package namespaces as same as golang.
Could you please show me your code reproduce?
Hmm, it seems a bug of go/arm. could you please file issue on https://github.com/golang/go/issues/new ?
But I can do workaround like removing the part of line until go fix the issue. Could you please try to figure out what line should be removed.
Yes, it's only 1 line?
removed math.MaxPrec temporary (until fixing this go/arm issue), and I keep to open this issue until it. Thank you
@njaremko Could you please file your issue? https://github.com/golang/go/issues/new
I have plan to do but currently plugin feature of go doesn't work on OSX, Windows. So I will wait implementation until the support of OSX, Windows. And you don't...
When testing, `path.Clean(path.Base("../../../Hello World!.txt"))` does not return your expected on Windows. Also calling path.Clean is not required.
Any update on this? Linux users' experiences are very bad because of this issue.