Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
devlights committed Aug 23, 2023
1 parent 784caf2 commit cd38100
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This is my TUTORIAL project for golang

![try-golang - Go Version](https://img.shields.io/badge/go-1.20-blue.svg)
![try-golang - Go Version](https://img.shields.io/badge/go-1.21-blue.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/devlights/try-golang/badge/master)](https://www.codefactor.io/repository/github/devlights/try-golang/overview/master)
![Go](https://github.com/devlights/try-golang/workflows/Go/badge.svg?branch=master)

Expand All @@ -20,13 +20,13 @@ Release: 20.04
Codename: focal

$ go version
go version go1.20.1 linux/amd64
go version go1.21.0 linux/amd64

$ task build
task: [build] go build .

$ go version try-golang
try-golang: go1.20.1
try-golang: go1.21.0
```

## Run
Expand Down Expand Up @@ -89,3 +89,4 @@ $ task test
- [gopacket](https://github.com/google/gopacket)を使ってパケットキャプチャを行うサンプルです。
- [go-tcp-keepalive-example](https://github.com/devlights/go-tcp-keepalive-example)
- Go で キープアライブプローブ を送信するサンプルです。
- [バイトスライスに文字列を速く設定する方法(fmt.Sprintf, fmt.Appendf, 直接append使用)](https://gist.github.com/devlights/ffd22f78297a563c9bebcb9a9baa7f5f)

0 comments on commit cd38100

Please sign in to comment.