Run gofmt and add badge to readme

This commit is contained in:
2022-05-01 01:50:20 -07:00
parent 3a91648f70
commit 8be1fd2348
3 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ type Request struct {
type Response struct {
ID string
IsChannel bool
IsError bool
IsError bool
Error string
Return any
}