Robert Sawicki

Results 5 comments of Robert Sawicki

Since this was never updated and `godoc` is now deprecated (as I also mentioned in https://github.com/quii/learn-go-with-tests/issues/653 ) The package is now replaced by `pkgsite`. Should we go for that replacement...

@quii Sorry for the vagueness in the now-deleted previous comment, which I've noticed only after re-reading it. Let me try again. It seems that `pkgsite` doesn't play nice with modules...

I've noticed this problem after browsing through docs - official Go instructions do not include any information about adding the `$GOPATH/bin` to user's `$PATH`. Maybe we should add this to...

First of all, huge thanks for the MR. That'll definitely make many people less confused in the matter.

In terms of py-spy itself, there's already a few issues for it: - https://github.com/benfred/py-spy/issues/670 - https://github.com/benfred/py-spy/issues/661 - https://github.com/benfred/py-spy/issues/633 So I understand the problem is on the py-spy side, but could...