Skip to content

Commit 475f30c

Browse files
authored
Update README.md
1 parent f246cc7 commit 475f30c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

44
This is my TUTORIAL project for golang.
55

6-
![try-golang - Go Version](https://img.shields.io/badge/go-1.23-blue.svg)
6+
![try-golang - Go Version](https://img.shields.io/badge/go-1.24-blue.svg)
77
![Go](https://github.com/devlights/try-golang/workflows/Go/badge.svg?branch=master)
88

9-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/devlights/try-golang)
10-
119
## Go version
1210

1311
```shell script
@@ -103,3 +101,5 @@ $ task test
103101
- [go-tcp-keepalive-example](https://github.com/devlights/go-tcp-keepalive-example)
104102
- Go で キープアライブプローブ を送信するサンプルです。
105103
- [バイトスライスに文字列を速く設定する方法(fmt.Sprintf, fmt.Appendf, 直接append使用)](https://gist.github.com/devlights/ffd22f78297a563c9bebcb9a9baa7f5f)
104+
- [go124-goget-tools-dependencies-example](https://github.com/devlights/go124-goget-tools-dependencies-example)
105+
- Go 1.24で導入された go get -tool によるツール依存関係インストールのサンプルです。

0 commit comments

Comments
 (0)