Commit 85fafd1e authored by 三只逸仙鸭鸭win's avatar 三只逸仙鸭鸭win
Browse files

Update file cilium学习.md

parent e92a5eb2
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
# DragonBoat结构分析与eBPF结合 # DragonBoat结构分析与eBPF结合(Cilium学习)
## 结构分析 ## 结构分析
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
4. 常用指令链接:[Golang常用指令](https://wnote.com/notes/golang/base/go-command.html) 4. 常用指令链接:[Golang常用指令](https://wnote.com/notes/golang/base/go-command.html)
5. 示例分析:[eBPF-Go指南](https://ebpf-go.dev/guides/getting-started/) 5. 示例分析:[eBPF-Go指南](https://ebpf-go.dev/guides/getting-started/)
- `gen.go`: 自定义指令,用bpf2go工具将.c文件转换为.go文件 - `gen.go`: 自定义指令,用bpf2go工具将.c文件转换为.go文件,其中,bpf2go 是一个工具,用于简化和自动化生成 eBPF 程序的 Go 语言绑定
- `go get`: 获取模块并自动更新go.mod - `go get`: 获取模块并自动更新go.mod
- `go mod init <module-name>`: 生成go.mod - `go mod init <module-name>`: 生成go.mod
- `go mod tidy`: 自动管理依赖为最新 - `go mod tidy`: 自动管理依赖为最新
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment