File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
44This is my TUTORIAL project for golang
55
6- ![ try-golang - Go Version] ( https://img.shields.io/badge/go-1.20 -blue.svg )
6+ ![ try-golang - Go Version] ( https://img.shields.io/badge/go-1.21 -blue.svg )
77[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/devlights/try-golang/badge/master )] ( https://www.codefactor.io/repository/github/devlights/try-golang/overview/master )
88![ Go] ( https://github.com/devlights/try-golang/workflows/Go/badge.svg?branch=master )
99
@@ -20,13 +20,13 @@ Release: 20.04
2020Codename: focal
2121
2222$ go version
23- go version go1.20.1 linux/amd64
23+ go version go1.21.0 linux/amd64
2424
2525$ task build
2626task: [build] go build .
2727
2828$ go version try-golang
29- try-golang: go1.20.1
29+ try-golang: go1.21.0
3030```
3131
3232## Run
@@ -89,3 +89,4 @@ $ task test
8989 - [ gopacket] ( https://github.com/google/gopacket ) を使ってパケットキャプチャを行うサンプルです。
9090- [ go-tcp-keepalive-example] ( https://github.com/devlights/go-tcp-keepalive-example )
9191 - Go で キープアライブプローブ を送信するサンプルです。
92+ - [ バイトスライスに文字列を速く設定する方法(fmt.Sprintf, fmt.Appendf, 直接append使用)] ( https://gist.github.com/devlights/ffd22f78297a563c9bebcb9a9baa7f5f )
You can’t perform that action at this time.
0 commit comments