go-bot/config/config.go

10 lines
106 B
Go
Raw Normal View History

2024-04-01 09:42:29 +08:00
package config
var APIURL string
var PORT string
func LoadConfig() {
// 读取配置文件等操作
}