|
|
|
|
|
by c4mpute
1129 days ago
|
|
They used to work until the big modules change a few golang releases ago. Now, nothing works anymore unless you exhume a sufficiently old golang compiler. The project also seems dead since 2020 or so, a current fork is https://github.com/bluszcz/cutego/
But I haven't tried that one. |
|
If you just want to pretend modules never happened, then export GO111MODULE=off and use the latest Go compiler.