Skip to content

Commit

Permalink
feat: refactor part of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
linkxzhou committed Oct 24, 2023
1 parent 6556169 commit 51be339
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 433 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OR
```
git clone git@github.com:linkxzhou/http_bench.git
cd http_bench
go build http_bench.go
go build .
```

### Architecture
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ go get github.com/linkxzhou/http_bench
```
git clone git@github.com:linkxzhou/http_bench.git
cd http_bench
go build http_bench.go
go build .
```

### 架构
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/linkxzhou/http_bench

go 1.14
go 1.16

require (
github.com/gorilla/websocket v1.5.0
Expand Down
Loading

0 comments on commit 51be339

Please sign in to comment.