Skip to content

Commit 6a739ce

Browse files
committed
fix:取消参数配置
1 parent 0f8897e commit 6a739ce

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install Tegenaria package, you should install Go and set your Go workspace fi
1010
1. The first need [Go](https://golang.org/) installed (**version 1.13+ is required**), then you can use the below Go command to install Tegenaria.
1111

1212
```bash
13-
go get -u github.com/wetrycode/tegenaria
13+
go get -u github.com/wetrycode/tegenaria@latest
1414
```
1515
2. Import it in your code:
1616

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,20 @@ require (
1919
)
2020
// Undo the wrong version number
2121
retract (
22+
// Undo the wrong version number
2223
v0.2.6
24+
// Undo the wrong version number
2325
v0.2.5
26+
// Undo the wrong version number
2427
v0.2.4
28+
// Undo the wrong version number
2529
v0.2.3
30+
// Undo the wrong version number
2631
v0.2.2
32+
// Undo the wrong version number
2733
v0.2.1
34+
// Undo the wrong version number
2835
v0.2.0
36+
// Undo the wrong version number
2937
v0.1.3
3038
)

0 commit comments

Comments
 (0)