用golang实现读取配置发送消息 支持自动刷新配置文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zggsong 8d7a325d0a
add debug
2 years ago
config initial 2 years ago
global initial 2 years ago
message add debug 2 years ago
model initial 2 years ago
support initial 2 years ago
.gitignore initial 2 years ago
LICENSE Initial commit 2 years ago
README.md add debug 2 years ago
go.mod initial 2 years ago
go.sum initial 2 years ago
main.go add debug 2 years ago
main_debug.go add debug 2 years ago

README.md

message-demo

用golang实现读取配置发送消息 支持自动刷新配置文件

debug

  • 非 debug 入口文件行首添加 //go:build !debug
  • debug 入口文件行首添加 //go:build debug
go build -tags "debug"

go run main_debug.go