Skip to content

Commit 5c2f7ba

Browse files
committed
Update README.md
1 parent 0a99de4 commit 5c2f7ba

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 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.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
1919
Codename: 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
2525
task: [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

0 commit comments

Comments
 (0)