-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golang learning临时笔记 #12
Comments
golang 日志选型https://blog.logrocket.com/5-structured-logging-packages-for-go/ 选择zap (来源uber) |
如何update 所有的依赖 go mod 模式下https://hynek.me/til/go-mod-update/
|
学习uml 类图
"+" 表示public
"-" 表示private
"#" 表示protected
不带符号的表示 default
抽象类类名 以及抽象方法用斜体 接口<<interface>>
棒棒糖表示方法 包关系表示1. 实现关系2. 泛化关系3. 关联关系关联关系又分为依赖关联、聚合关联和组合关联三种类型 3.1 依赖关系弱关联关系 3.2 聚合关联3.3 组合关联
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pkg.go.dev/go.uber.org/fx#section-readme
fx 的使用
uface 中的已知问题
## 命令 lotus-shed election backtest t029390 --height=594153 --count=10000 --height -- count 不生效原因是 uface/v2版本的已知问题,等v3出来吧 https://github.com/urfave/cli/issues/1113
临时笔记
https://www.jianshu.com/p/94a9c41d503d
The text was updated successfully, but these errors were encountered: