jakexks / go-providence-checker

0 stars 1 forks source link

WIP: go install not working #1

Closed maelvls closed 3 years ago

maelvls commented 3 years ago

The module is not installable, not sure why:

% go install github.com/jakexks/go-providence-checker@main
go install github.com/jakexks/go-providence-checker@main:
    module github.com/jakexks/go-providence-checker@main found
    (v0.0.0-20210127121906-b08ba766bc2d), but does not contain
    package github.com/jakexks/go-providence-checker
maelvls commented 3 years ago

Aaah I forgot that the work in the branch initial 😄

maelvls commented 3 years ago

The workaround was to install it using:

install github.com/jakexks/go-providence-checker@initial