3d0c / gmf

Go Media Framework
MIT License
885 stars 170 forks source link

[Go-1.18] unable to instal gmf with `go install` #149

Open denismakogon opened 2 years ago

denismakogon commented 2 years ago

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
3d0c commented 2 years ago

Ah... you're right. I've been thinking about repackage. For now it seems outdated... unfortunately

denismakogon commented 2 years ago

I was using some examples within the CI, but now, I can't really move forward effectively. Is there a chance that we can update the project's structure?

DeadlyMagikarps commented 2 years ago

Any status update with this? If not, I suppose I'll downgrade to Go 1.16