From af81512209d2160309da8786d5b8d33dfc974b15 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 3 May 2019 16:04:26 +0800 Subject: [PATCH] test --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e44c951..324b9fe 100644 --- a/main.go +++ b/main.go @@ -40,8 +40,8 @@ type Config struct { type MsgDirection string const ( - MsgIncoming string = `incoming` - MsgOutgoing string = `outgoing` + Incoming string = `incoming` + Outgoing string = `outgoing` ) type ChatWarsMessage struct {