From 49fd29958448b8fc90483b5bc58465739998407d Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 3 Oct 2019 18:15:32 +0800 Subject: [PATCH] typo --- def.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/def.go b/def.go index d81721d..63b4a26 100644 --- a/def.go +++ b/def.go @@ -190,7 +190,7 @@ type ChatWarsMessageGoQuestAck struct { Duration time.Duration `json:"duration"` } -type ChatWarsMessagesQuestResult struct { +type ChatWarsMessageQuestResult struct { Msg *ChatWarsMessage `json:"msg"` Gold int64 `json:"gold"` Exp int64 `json:"exp"`