Skip to content

Commit cd38100

Browse files
committed
Update README
1 parent 784caf2 commit cd38100

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This 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
2020
Codename: 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
2626
task: [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)

0 commit comments

Comments
 (0)