Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
XmchxUp committed Feb 28, 2024
1 parent a89e501 commit fe69826
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 2024/02/go_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Starter-kit for writing services in Go using Kubernetes.

> [Repo](https://github.com/ardanlabs/service)
配置文件只能在 main.go 里初始化

可以用配置文件控制 CPU Core 调度资源
16 changes: 16 additions & 0 deletions 2024/02/leetgo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# LeetGo 项目阅读

> [Repo](https://github.com/j178/leetgo)
## 命令行解析

- [cobra](https://github.com/spf13/cobra)

## 配置读取

- [viper](https://github.com/spf13/viper)

## TUI

- [bubbles](https://github.com/charmbracelet/bubbles)
- [survey](https://github.com/AlecAivazis/survey)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- [列表 - 韩立的修炼](/)
- **2024-02**
- [RC-使用 Kubernetes 编写 Go Serivce](/2024/02/go_service.md)
- [RC-如何在终端里实现刷 LeetCode](/2024/02/leetgo.md)
- [nvim、warp、laygit](/2024/02/nvim_warp_lazygit.md)
- [检测网站的 HTTP 版本](/2024/02/website_http_version.md)
- [OPA 和 JWT 使用](/2024/02/opa_jwt_example.md)
Expand Down

0 comments on commit fe69826

Please sign in to comment.