hey-hey, long time no see!
I was restoring my docker images based on Go 1.18, as you know go get is no longer supported, so we need to use go install.
Unfortunately, I can't install the package with go install, here's the output.
$go install github.com/3d0c/gmf@latest
go: downloading github.com/3d0c/gmf v0.0.0-20220425074253-5646e6e80daf
package github.com/3d0c/gmf is not a main package
$go version
go version go1.18.1 linux/amd64
hey-hey, long time no see!
I was restoring my docker images based on Go 1.18, as you know
go getis no longer supported, so we need to usego install.Unfortunately, I can't install the package with
go install, here's the output.