File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-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.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
2020Codename: 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
2626task: [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 )
You can’t perform that action at this time.
0 commit comments