remove pointers for optionality -- shockingly easy
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
type QueryWithDoubleAliasResponse struct {
|
||||
User *QueryWithDoubleAliasUser `json:"user"`
|
||||
User QueryWithDoubleAliasUser `json:"user"`
|
||||
}
|
||||
|
||||
type QueryWithDoubleAliasUser struct {
|
||||
|
||||
Reference in New Issue
Block a user