abdfnx / gh-resto

the gh cli extension of resto - `🔗 a CLI app can send pretty HTTP and API requests with TUI`
MIT License
6 stars 0 forks source link

gh resto is unusable #2

Open halostatue opened 1 year ago

halostatue commented 1 year ago
$ gh extension install abdfnx/gh-resto
Cloning into '/Users/austin/.local/share/gh/extensions/gh-resto'...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 74 (delta 14), reused 22 (delta 14), pack-reused 52
Receiving objects: 100% (74/74), 12.02 KiB | 820.00 KiB/s, done.
Resolving deltas: 100% (39/39), done.
✓ Installed extension abdfnx/gh-resto

$ gh resto
go: cannot find main module, but found .git/config in /Users/austin/.local/share/gh/extensions/gh-resto
    to create a module there, run:
    go mod init

$ gh extension remove abdfnx/gh-resto
✓ Removed extension resto

Installing resto with go install… works as expected.

abdfnx commented 1 year ago

weird, no problem, I'm now working on botway, once I finish it, I'll trying to fix all resto issues 👍