Skip to content

Commit

Permalink
resume update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed Sep 10, 2023
1 parent a3d2d74 commit bbbfb49
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
8 changes: 4 additions & 4 deletions blog/go/publish_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
我们写GO语言程序的时候难免会引用第三方的软件包,那么你知道别人是怎么发布自己的软件包吗,别急,这篇博客教你怎么做

新建仓库
![Alt text](1.png)
![Alt text](assets/images/1.png)

拉取到本地
```sh
Expand Down Expand Up @@ -34,16 +34,16 @@ git push
```

发布
![Alt text](2.png)
![Alt text](3.png)
![Alt text](assets/images/2.png)
![Alt text](assets/images/3.png)

引用软件包

引用软件包
```sh
go get github.com/go75/my-package/utils
```
![Alt text](4.png)
![Alt text](assets/images/4.png)


至此,少年你已经发布了第一个属于自己的GO语言开源软件包
2 changes: 1 addition & 1 deletion blog/network/tcp/flow_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
> 流量控制的大概流程:当发送方发送数据后,接受方回复的确认包会携带当前接受窗口的大小,如果接受窗口变大了,那么发送方可以适量增加发送的数据,如果接受窗口变小了,那么发送方可以适量减少发送的数据,通过不断根据接受方的窗口大小来调整发送的数据量,保证了网络的稳定性
![Alt text](./流量控制.png)
![Alt text](assets/images/flow_control.png.png)
4 changes: 2 additions & 2 deletions catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</blockquote>
go
<blockquote>
<a href="https://go75.github.io/blog#go/1.png">1.png</a><br><a href="https://go75.github.io/blog#go/2.png">2.png</a><br><a href="https://go75.github.io/blog#go/3.png">3.png</a><br><a href="https://go75.github.io/blog#go/4.png">4.png</a><br><a href="https://go75.github.io/blog#go/cross_compiler.md">cross_compiler.md</a><br><a href="https://go75.github.io/blog#go/hello.md">hello.md</a><br><a href="https://go75.github.io/blog#go/publish_package.md">publish_package.md</a><br><a href="https://go75.github.io/blog#go/string_join.md">string_join.md</a><br><a href="https://go75.github.io/blog#go/wasm.md">wasm.md</a><br></blockquote>
<a href="https://go75.github.io/blog#go/cross_compiler.md">cross_compiler.md</a><br><a href="https://go75.github.io/blog#go/hello.md">hello.md</a><br><a href="https://go75.github.io/blog#go/publish_package.md">publish_package.md</a><br><a href="https://go75.github.io/blog#go/string_join.md">string_join.md</a><br><a href="https://go75.github.io/blog#go/wasm.md">wasm.md</a><br></blockquote>
gorm
<blockquote>
</blockquote>
Expand All @@ -31,7 +31,7 @@
<blockquote>
tcp
<blockquote>
<a href="https://go75.github.io/blog#network/tcp/流量控制.png">流量控制.png</a><br><a href="https://go75.github.io/blog#network/tcp/flow_control.md">flow_control.md</a><br></blockquote>
<a href="https://go75.github.io/blog#network/tcp/flow_control.md">flow_control.md</a><br></blockquote>
udp
<blockquote>
</blockquote>
Expand Down

0 comments on commit bbbfb49

Please sign in to comment.