Commit graph

5 commits

Author SHA1 Message Date
bn4t 431a5ea431 configure jsoniter to be compatible with encoding/json
By default jsoniter sorts json keys non-reproducibly
2020-10-11 11:44:18 +02:00
bn4t 857a4fe61c run goimports 2020-10-10 10:26:44 +02:00
bn4t cee75c670b use named import for jsoniter 2020-10-09 15:04:22 +02:00
bn4t 1ac0707032 use jsoniter instead of encoding/json 2020-10-09 14:32:37 +02:00
Kegsay 9d9e854fe0
Add Queryer and Inputer and factor out more RSAPI stuff (#1382)
* Add Queryer and use embedded structs

* Add Inputer and factor out more RS API stuff

This neatly splits up the RS API based on the functionality it provides,
whilst providing a useful place for code sharing via the `helpers` package.
2020-09-02 17:13:15 +01:00
Renamed from roomserver/internal/query_test.go (Browse further)