
Golang
ImClive_wx
这个作者很懒,什么都没留下…
展开
-
配置supervisor管理beego应用
一、golang、beego等环境安装与配置 二、supervisor安装 github项目地址:https://github.com/Supervisor/supervisor 克隆项目:git clone https://github.com/Supervisor/supervisor.git 进入项目:cd supervisor 安装执行:python setup.py install 三、...原创 2019-07-03 09:54:09 · 997 阅读 · 0 评论 -
Go使用Curl推送钉钉消息
背景 最近在用Go实现业务日志实时监控,当捕捉到error级别的日志时,想要推送钉钉消息到群里进行通知,下面代码实现了简单消息及markdown消息推送到钉钉机器人webhook的操作,供大家参考。 代码实现 package main import ( "fmt" // 先下载这个包,go get github.com/mikemintang/go-curl "github.com/mik...原创 2019-07-03 09:54:57 · 1110 阅读 · 0 评论