Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem building app #5

Open
MirkoUgoliniDev opened this issue Sep 8, 2020 · 2 comments
Open

problem building app #5

MirkoUgoliniDev opened this issue Sep 8, 2020 · 2 comments

Comments

@MirkoUgoliniDev
Copy link

MirkoUgoliniDev commented Sep 8, 2020

Hello ,

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

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

What did you do?
I'm using go-wca inside persona project

I use Visual studio code as IDE

but in the building phase go build -o bin/hello I got:

What did you expect to see?
app build without problem

What did you see instead?
go: finding module for package github.com/moutend/go-wca
....\pkg\mod\github.com\talkkonnect\[email protected]\volume_windows.go:8:2: module github.com/moutend/go-wca@latest found (v0.2.0), but does not contain package github.com/moutend/go-wca

thanks in advance

@janekjan
Copy link

I think you are trying to import "github.com/moutend/go-wca" instead of import "github.com/moutend/go-wca/pkg/wca".
I guess you have solved the problem after such a long time, but I hope somebody finds it useful.

@emmaly
Copy link

emmaly commented Jul 25, 2024

I think you are trying to import "github.com/moutend/go-wca" instead of import "github.com/moutend/go-wca/pkg/wca". I guess you have solved the problem after such a long time, but I hope somebody finds it useful.

This is absolutely right. @MirkoUgoliniDev if this issue is no longer outstanding, I recommend closing this issue, or updating it to reflect current state if it does persist. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants