From 3ea22c19512b013be7943c4976185c26b8d16a6a Mon Sep 17 00:00:00 2001 From: klmp200 Date: Wed, 25 Jul 2018 14:36:53 +0200 Subject: [PATCH] Changed line ending --- alfred.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfred.go b/alfred.go index ee15b37..1edaa8a 100644 --- a/alfred.go +++ b/alfred.go @@ -2,7 +2,7 @@ * @Author: Bartuccio Antoine * @Date: 2018-07-23 15:24:22 * @Last Modified by: klmp200 -* @Last Modified time: 2018-07-25 12:04:44 +* @Last Modified time: 2018-07-25 14:31:13 */ package main @@ -19,7 +19,7 @@ import ( func main() { registered_commands := map[string]func(*tb.Message){ - tb.OnText: commands.OnText, + // tb.OnText: commands.OnText, "/hello": commands.Hello, "/sponge": commands.Sponge, "/git": commands.Git,