Inconsistent README
For setting up native it states to use
```
cd server
go get ./...
```
For running commands in then states to use `go run *.go download`. The `*.go` does not work for windows machiens though and has to replaced by the `go run ./... download` in order to work
Have a look here https://github.com/grafov/go-playground/issues/10#issuecomment-544703808
Ps. Great Project :D
关闭于 2025-06-27 0 条评论