config 我这不知道为什么目录里面没有,然后我自己创建的
配置完运行 还是报错了
go 版本也是大于1.4的
2021/12/12 01:09:04 json: cannot unmarshal number into Go value of type main.Config
panic: json: cannot unmarshal number into Go value of type main.Config
2021/12/12 02:47:18 Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 7
panic: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 7
goroutine 35 [running]:
log.Panic(0xc0001e1998, 0x1, 0x1)
/usr/lib/golang/src/log/log.go:351 +0xae
main.dropErr(...)
/root/DownloadBot/main.go:14
main.tgBot(0xc000028060, 0x2e, 0xc000503300)
/root/DownloadBot/Telegram.go:1089 +0xc05
created by main.main
/root/DownloadBot/main.go:34 +0x9f