Bios-Marcel / cordless

The Discord terminal client you never knew you wanted.
BSD 3-Clause "New" or "Revised" License
1.65k stars 136 forks source link

"GO111MODULE=on; go get -u github.com/Bios-Marcel/cordless" does not work #333

Closed brightersun99 closed 4 years ago

brightersun99 commented 4 years ago

How have you installed cordless

What happened

hi, the instructions you provided for installing this via "go get" do not seem to work

How do you reproduce this bug

after installing go and setting up its paths on my openbsd 6.7 amd64 machine, i, as per instructions tried to run GO111MODULE=on; go get -u github.com/Bios-Marcel/cordless this as far as i can go, because that errors out and does not work

Error output

staff_test:1145$ GO111MODULE=on; go get -u github.com/Bios-Marcel/cordless package github.com/google/go-github/v29/github: cannot find package "github.com/google/go-github/v29/github" in any of: /usr/local/go/src/github.com/google/go-github/v29/github (from $GOROOT) /home/staff_test/go/src/github.com/google/go-github/v29/github (from $GOPATH) staff_test:1146$

Hints on what could've happened

System information

Key Value
OS Openbsd 6.7
Architecture amd64
Go version go version go1.13.9 openbsd/amd64
brightersun99 commented 4 years ago

it builds fine with go build and go install however, but this setup method is not documented

Bios-Marcel commented 4 years ago

Hm, thanks for repirting. Which shell are you using?

brightersun99 commented 4 years ago

tried bash, ksh, ksh93 and sh

Bios-Marcel commented 4 years ago

Well, that's quite the surprise. Can you please try the latest go?

Bios-Marcel commented 4 years ago

Also, does running export GO111MODULE=on separately any difference?

Bios-Marcel commented 4 years ago

I'll just be changing the readme ^^