From d2b51de3a79f00fd75d08dc332883748136859e9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 25 May 2019 15:36:03 +0800 Subject: [PATCH] test --- main.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.go b/main.go index 388e718..4801d89 100644 --- a/main.go +++ b/main.go @@ -84,13 +84,13 @@ func main() { if *initdb { initDB() - _ = addObjCastle(`🦌`, `Deerhorn`) - _ = addObjCastle(`🐉`, `Dragonscale`) - _ = addObjCastle(`🦅`, `Highnest`) - _ = addObjCastle(`🌑`, `Moonlight`) - _ = addObjCastle(`🥔`, `Potato`) - _ = addObjCastle(`🦈`, `Sharkteeth`) - _ = addObjCastle(`🐺`, `Wolfpack`) + _, _ = addObjCastle(`🦌`, `Deerhorn`) + _, _ = addObjCastle(`🐉`, `Dragonscale`) + _, _ = addObjCastle(`🦅`, `Highnest`) + _, _ = addObjCastle(`🌑`, `Moonlight`) + _, _ = addObjCastle(`🥔`, `Potato`) + _, _ = addObjCastle(`🦈`, `Sharkteeth`) + _, _ = addObjCastle(`🐺`, `Wolfpack`) } resetMsgParsingRules()