itchio / butler

🎩 Command-line itch.io helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

butlerd: nil slices should serialize to `[]`, not `null`

fasterthanlime opened this issue · comments

Due to unfortunate decisions in the design of the Go standard library, queries like

r Profile.List

return something like profiles: null, instead of profiles: [].

This is not the API I want to expose.

After the fix:

image