Open W1BTR opened 4 days ago
tried go install go get github.com/zneix/haste-client@latest but that errors out:
go install go get github.com/zneix/haste-client@latest
go: go: all arguments must refer to packages in the same module at the same version (@latest)```
```go install go@latest get@latest github.com/zneix/haste-client@latest
go: go@latest: module go@latest found (1.23.2), but does not contain package go```
Was able to install with:
go mod init myproject
go install github.com/zneix/haste-client@latest
go get github.com/zneix/haste-client