jniewt

Results 2 issues of jniewt

Installed with snap and now I'm getting: `Failed to fix file: err: go command required, not found: exec: "go": executable file not found in $PATH: stderr:` even though go (1.19)...

I've got the following paths: ``` "POST /{$}" "/local/" "GET /data" ``` Whenever I use an unsupported method on / or on /data I'm getting 404 instead of 405. According...