Cannot find package "." in

My Platform:
Windows 10
go version go1.14 windows/amd64

In my library package i import the third party package:
import "github.com/sqweek/dialog"

After running cmd: C:\Go\src\cvqutil>go install
There is a message:
cannot find package β€œ.” in: C:\Go\src\github.com\sqweek\dialog
Need your help to fix it
Thank you

on mac os it works. I fetched it from the master branch

I fixed it by moving my library package into C:\Users\myUserName\go\src\cvqutil

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.