File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
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.22 -blue.svg )
6+ ![ try-golang - Go Version] ( https://img.shields.io/badge/go-1.23 -blue.svg )
77![ Go] ( https://github.com/devlights/try-golang/workflows/Go/badge.svg?branch=master )
88
99[ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/devlights/try-golang )
@@ -19,13 +19,21 @@ Release: 22.04
1919Codename: jammy
2020
2121$ go version
22- go version go1.22.3 linux/amd64
22+ go version go1.23.0 linux/amd64
2323
2424$ task build
2525task: [build] go build .
2626
27- $ go version try-golang
28- try-golang: go1.22.3
27+ $ ./try-golang -help
28+ Usage of ./try-golang:
29+ -example string
30+ name of example
31+ -list
32+ show all example names
33+ -onetime
34+ run only one time
35+ -vscode
36+ run with vscode
2937```
3038
3139## Run
You can’t perform that action at this time.
0 commit comments