Skip to content

Commit

Permalink
fix:取消参数配置
Browse files Browse the repository at this point in the history
  • Loading branch information
geebytes committed Feb 15, 2022
1 parent 0f8897e commit 6a739ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To install Tegenaria package, you should install Go and set your Go workspace fi
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.

```bash
go get -u github.com/wetrycode/tegenaria
go get -u github.com/wetrycode/tegenaria@latest
```
2. Import it in your code:

Expand Down
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,20 @@ require (
)
// Undo the wrong version number
retract (
// Undo the wrong version number
v0.2.6
// Undo the wrong version number
v0.2.5
// Undo the wrong version number
v0.2.4
// Undo the wrong version number
v0.2.3
// Undo the wrong version number
v0.2.2
// Undo the wrong version number
v0.2.1
// Undo the wrong version number
v0.2.0
// Undo the wrong version number
v0.1.3
)

0 comments on commit 6a739ce

Please sign in to comment.