整合
已收录文章:2篇
-
⛅引言 本博文参考 黑马 程序员B站 Redis课程系列 在点评项目中,有这样的需求,如何实现笔记的好友关注、以及发布笔记后推送消息功能? 使用Redis 的 好友关注、以及发布笔记后推送消息功444 收藏
-
Github:github.com/sirupsen/lo… 1 初步使用 package main import ( "context" "github.com/sirupsen/logrus" ) func main() { method0() } func method0() { logger:= logrus.New() logger.Warning("This is a first log.") ctx :=229 收藏