Changed line ending
the build was successful Details

This commit is contained in:
Antoine Bartuccio 2018-07-25 14:36:53 +02:00
parent e1d790e3fd
commit 3ea22c1951
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 2 additions and 2 deletions

View File

@ -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,