From a066ea63c1d9beccb27b7f43c060c9f6cdae9cad Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 6 Dec 2018 11:31:24 +0800 Subject: [PATCH] fix --- router/google/youtube.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/google/youtube.go b/router/google/youtube.go index b9bd0b8..ddf28f2 100644 --- a/router/google/youtube.go +++ b/router/google/youtube.go @@ -138,7 +138,7 @@ func GetNotifyWebhook(c *context.Context) { str = strings.Replace(str, "{txt}", hook.Entry[0].Title, -1) } - msg := &lineapi.TextMessage{ + msg := lineapi.TextMessage{ Text: str, } log.Println("msg ::::: ", msg)