Relative Content

Tag Archive for gogo-modules

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