# message-demo 用golang实现读取配置发送消息 支持自动刷新配置文件 # debug - 非 debug 入口文件行首添加 `//go:build !debug` - debug 入口文件行首添加 `//go:build debug` ```shell go build -tags "debug" go run main_debug.go ```