Installation Issue With go 1.11 on Debian #126

Closed
opened 2018-09-26 21:29:29 +00:00 by rheaplex · 2 comments

This may be me being a n00b but if I try:

go get cwtch.im/cwtch

as described on https://cwtch.im/ with go 1.11 (and a fairly crufty GOPATH directory) I get:

can't load package: package cwtch.im/cwtch: no Go files in /home/rob/go/src/cwtch.im/cwtch

Using the sledgehammer of:

go get cwtch.im/...

works though.

This may be me being a n00b but if I try: go get cwtch.im/cwtch as described on https://cwtch.im/ with go 1.11 (and a fairly crufty GOPATH directory) I get: can't load package: package cwtch.im/cwtch: no Go files in /home/rob/go/src/cwtch.im/cwtch Using the sledgehammer of: go get cwtch.im/... works though.
Owner

Ah yes, there is no go files in cwtch.im/cwtch so it is git clone-able but the website should probably be updated to say
go get cwtch.im/cwtch/app/cli or something

Ah yes, there is no go files in cwtch.im/cwtch so it is git clone-able but the website should probably be updated to say go get cwtch.im/cwtch/app/cli or something
Author

That makes sense. Thank you!

That makes sense. Thank you!
dan closed this issue 2019-08-20 20:46:52 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch#126
No description provided.