tgstore
tgstore copied to clipboard
I cannot install
I get the following error: hello.go:11:2: cannot find package hello.go:12:2: cannot find package
I run go 1.16 on windows.
Did you successfully go mod download
before you go run
/go build
?
Yes.