Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Go install is not working #157

@blmayer

Description

@blmayer

Hi.

Trying to install this tool using go install github.com/deta/space-cli@v0.4.2 gives an error:

	github.com/deta/space-cli@v0.4.2: parsing go.mod:
	module declares its path as: github.com/deta/space
	        but was required as: github.com/deta/space-cli

I think that using go to install is better than using space version upgrade as the former installs the binary in a common place, i.e. $GOPATH/bin instead of $HOME/.detaspace/bin which is not standard.

The solution is to change the package name to space-cli or the repository to space.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions