chowder / duck-gen

Generate Private Duck Addresses from your command-line
MIT License
15 stars 2 forks source link

'go install' fails on module path #1

Closed realtime-neil closed 1 year ago

realtime-neil commented 1 year ago
$ go install github.com/chowder/duck-gen@latest
go: github.com/chowder/duck-gen@latest: github.com/chowder/duck-gen@v0.0.0-20230509190828-f0b5995e656a: parsing go.mod:
        module declares its path as: duck-gen
                but was required as: github.com/chowder/duck-gen
chowder commented 1 year ago

Fixed in https://github.com/chowder/duck-gen/pull/2

Thanks a lot @realtime-neil!

realtime-neil commented 1 year ago

@chowder thank you!

$ date -uIseconds && go install github.com/chowder/duck-gen@main && echo BIG WIN
2023-08-04T14:18:00+00:00
go: downloading github.com/chowder/duck-gen v0.0.0-20230804141534-9c1f16e1c93f
BIG WIN