Skip to content

Simplify go install #411

Description

@titpetric

The root of the package could have the main.go. This basically only impacts how termshot is installed from source:

go install github.com/homeport/termshot@latest <-- currently doesn't work

Currently you have to add a /... or a /cmd/termshot to the go install line:

go install github.com/homeport/termshot/cmd/termshot@latest

You could just move main.go to the root and get rid of /cmd altogether.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions