Skip to content

Commit 8e1cc16

Browse files
committed
Update README
1 parent 2c95248 commit 8e1cc16

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 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.19-blue.svg)
6+
![try-golang - Go Version](https://img.shields.io/badge/go-1.20-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.19.2 linux/amd64
23+
go version go1.20.1 linux/amd64
2424

2525
$ task build
2626
task: [build] go build .
2727

2828
$ go version try-golang
29-
try-golang: go1.19.2
29+
try-golang: go1.20.1
3030
```
3131

3232
## Run
@@ -63,6 +63,8 @@ $ task test
6363

6464
- [gomy](https://github.com/devlights/gomy)
6565
- 共通ライブラリ
66+
- [goxcel](https://github.com/devlights/goxcel)
67+
- Excel操作ライブラリ (go-ole利用)
6668
- [try-golang-extlib](https://github.com/devlights/try-golang-extlib)
6769
- 3rd party ライブラリのサンプルはこちらで管理しています。
6870
- [try-golang-db](https://github.com/devlights/try-golang-db)

0 commit comments

Comments
 (0)