Skip to content

Commit

Permalink
Create go
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu authored Jun 28, 2021
1 parent 7e5ad0e commit 8ec57ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### go test

```
go test -v -run TestA
```

### go bench

```
go test -bench Bench -benchmem
go test -bench 'Bench.*xx' -benchmem
```

0 comments on commit 8ec57ab

Please sign in to comment.