Skip to content

Commit

Permalink
update golang note
Browse files Browse the repository at this point in the history
  • Loading branch information
kakabei committed Jun 6, 2024
1 parent 9692a52 commit 84b35c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.jekyll-cache
.vscode
15 changes: 3 additions & 12 deletions _posts/it/2024-01-02-golang-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ tags: golang
excerpt: golang 开发过程记录的
---

# golang 资料

go 常用命令
Go 语言高性能编程 : [https://geektutu.com/post/high-performance-go.html?continueFlag=d5490667caa63d66b43697894ac52925](https://geektutu.com/post/high-performance-go.html?continueFlag=d5490667caa63d66b43697894ac52925)

```sh

go mod tidy

```

如果您想在您的项目中添加一个特定的分支作为依赖项,可以使用以下命令:

```curl cip.ccsh
go mod require <module>@<branch>
```
# golang 笔记
3 changes: 0 additions & 3 deletions links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ openAI :[https://chat.openai.com](https://chat.openai.com/)

强大的混沌工程平台 : [https://chaos-mesh.org/website-zh/?continueFlag=d5490667caa63d66b43697894ac52925](https://chaos-mesh.org/website-zh/?continueFlag=d5490667caa63d66b43697894ac52925)

# golang

Go 语言高性能编程 : [https://geektutu.com/post/high-performance-go.html?continueFlag=d5490667caa63d66b43697894ac52925](https://geektutu.com/post/high-performance-go.html?continueFlag=d5490667caa63d66b43697894ac52925)

## github

Expand Down

0 comments on commit 84b35c3

Please sign in to comment.