Mihara / lotw-trust

A program to sign an arbitrary file with your Logbook of the World key and verify such signatures.
MIT License
11 stars 2 forks source link

Fix module name to match import path #2

Closed jboverfelt closed 1 year ago

jboverfelt commented 1 year ago

Hi there - really neat tool. I noticed when I tried to go install the package (I'm using an arm64 laptop) that I got the following error:

go: downloading github.com/Mihara/lotw-trust v0.0.1
go: github.com/Mihara/lotw-trust@latest: github.com/Mihara/lotw-trust@v0.0.1: parsing go.mod:
    module declares its path as: lotw-trust/main
            but was required as: github.com/Mihara/lotw-trust

This pr fixes the module name in the go.mod file so that it matches.

Mihara commented 1 year ago

...The whole import system in Go has always been one of the bigger things to put me off the language. :)