dreamscached / MineQuery

📡 Minecraft Server List Ping library written in Go
https://pkg.go.dev/github.com/dreamscached/minequery/v2
MIT License
27 stars 4 forks source link

Create error types #42

Closed dreamscached closed 1 year ago

dreamscached commented 1 year ago

Currently library API returns new error instances on each error; in order to more flexibly respond to errors it would be nice to have actual error instances comparable with errors.Is

dreamscached commented 1 year ago

There is already an ErrInvalidResponse, for not there is no need for it.