expects import "code.gitea.io/tea" #10

Closed
opened 2019-04-12 14:56:12 +00:00 by lunny · 2 comments
Owner

Author: @LittleColin

running:
go get github.com/go-gitea/tea

Gives:
package github.com/go-gitea/tea: code in directory C:\Users\<me>\go\src\github.com\go-gitea\tea expects import "code.gitea.io/tea"

The readme doesn't mention how that should get resolved.

I tried:
go get code.gitea.io/tea

This silently returned, but subsequently running the following failed with the same error above:
go install github.com/go-gitea/tea

Can you add a built release of this tool?

Author: @LittleColin running: `go get github.com/go-gitea/tea` Gives: `package github.com/go-gitea/tea: code in directory C:\Users\<me>\go\src\github.com\go-gitea\tea expects import "code.gitea.io/tea"` The readme doesn't mention how that should get resolved. I tried: `go get code.gitea.io/tea` This silently returned, but subsequently running the following failed with the same error above: `go install github.com/go-gitea/tea` Can you add a built release of this tool?
Author
Owner

Author: @techknowlogick

Could you try go install code.gitea.io/tea? As we will be moving away from Github we have go vanity URLs that protect from any move between repo locations.

Author: @techknowlogick Could you try `go install code.gitea.io/tea`? As we will be moving away from Github we have go vanity URLs that protect from any move between repo locations.
Author
Owner

Author: @LittleColin

Thanks for the fast reply. Just tried that and it silently returned but subsequently typing "tea" is not recognised.

Adding $home/go/bin to path resolved the issue. Is this worth documenting for go newcomers/agnostics?

Thanks again

Author: @LittleColin Thanks for the fast reply. Just tried that and it silently returned but subsequently typing "tea" is not recognised. Adding $home/go/bin to path resolved the issue. Is this worth documenting for go newcomers/agnostics? Thanks again
Sign in to join this conversation.
No Milestone
No Assignees
1 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: gitea/tea#10
No description provided.