go-wca icon indicating copy to clipboard operation
go-wca copied to clipboard

problem building app

Open MirkoUgoliniDev opened this issue 3 years ago • 1 comments

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

MirkoUgoliniDev avatar Sep 08 '20 12:09 MirkoUgoliniDev

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.

janekjan avatar Feb 28 '21 23:02 janekjan