Skip to content

Commit dcf6d20

Browse files
committed
doc: updated README.md
1 parent a887792 commit dcf6d20

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,31 @@ This library supports Go 1.18 or later.
3838
% gvm-fav
3939
Now using version go1.18.10
4040
go version go1.18.10 darwin/amd64
41-
ok github.com/sttk/cliargs 0.178s coverage: 98.0% of statements
41+
ok github.com/sttk/cliargs 0.306s coverage: 100.0% of statements
4242
4343
Now using version go1.19.13
4444
go version go1.19.13 darwin/amd64
45-
ok github.com/sttk/cliargs 0.119s coverage: 98.0% of statements
45+
ok github.com/sttk/cliargs 0.222s coverage: 100.0% of statements
4646
47-
Now using version go1.20.8
48-
go version go1.20.8 darwin/amd64
49-
ok github.com/sttk/cliargs 0.155s coverage: 98.0% of statements
47+
Now using version go1.20.14
48+
go version go1.20.14 darwin/amd64
49+
ok github.com/sttk/cliargs 0.222s coverage: 100.0% of statements
5050
51-
Now using version go1.21.1
52-
go version go1.21.1 darwin/amd64
53-
ok github.com/sttk/cliargs 0.128s coverage: 98.0% of statements
51+
Now using version go1.21.7
52+
go version go1.21.7 darwin/amd64
53+
ok github.com/sttk/cliargs 0.227s coverage: 100.0% of statements
5454
55-
Back to go1.21.1
56-
Now using version go1.21.1
55+
Now using version go1.22
56+
go version go1.22.0 darwin/amd64
57+
ok github.com/sttk/cliargs 0.296s coverage: 100.0% of statements
58+
59+
Back to go1.22
60+
Now using version go1.22
5761
```
5862

5963
## License
6064

61-
Copyright (C) 2023 Takayuki Sato
65+
Copyright (C) 2023-2024 Takayuki Sato
6266

6367
This program is free software under MIT License.<br>
6468
See the file LICENSE in this distribution for more details.

0 commit comments

Comments
 (0)