moutend / go-wca

Pure golang bindings for Windows Core Audio API. The `cgo` is not required.
MIT License
108 stars 28 forks source link

Cannot install the package #3

Open jax-b opened 4 years ago

jax-b commented 4 years ago

This is a problem with v0.2.0 but not with v0.1.2

What version of Go are you using (go version)?

go version go1.14.1 windows/amd64

What operating system and processor architecture are you using (go env)?

windows 10 x64

What did you do?

Tried to go get the package

If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best.

What did you expect to see?

that the package was gotten

What did you see instead?

can't load package: package github.com/moutend/go-wca: cannot find package "github.com/moutend/go-wca" in any of: c:\go\src\github.com\moutend\go-wca (from $GOROOT) C:\Users\jacks\go\src\github.com\moutend\go-wca (from $GOPATH)

emmaly commented 1 month ago

Considering that this is rather old at 4 years old as of this comment, and that we use go mod to manage dependencies these days, I'm curious if this issue is still outstanding. @jax-b do you still have this issue? If yes, I recommend updating this issue with current state. If no, I recommend closing it.