I got error when compiling a program on Go with go-modules ON
First i don’t use modules,
I try to compile my project with
I got error when compiling a program on Go
First i don’t use modules,
I try to compile my project with
How to change a module obtained using “go get” in go 1.21
I have a project that uses a third-party module, I decided to modify it a little using the “runtime” package, but it is not visible when imported.
I can change the module and it also uses other standard libraries like “fmt” but I can’t import anything else