diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-21 02:38:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-21 02:38:57 +0700 |
| commit | e552bc26165e4413390c329113acd95abc6c78e5 (patch) | |
| tree | 2a19850b57f22065c9f4709a88397d89a9470da7 | |
| parent | b8e4a6d776707bf857430ddc3666aae794a87edf (diff) | |
| download | gorankusu-e552bc26165e4413390c329113acd95abc6c78e5.tar.xz | |
all: remove unused field Locker in RunRequest
| -rw-r--r-- | run_request.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/run_request.go b/run_request.go index 968bfdc..9dfd50a 100644 --- a/run_request.go +++ b/run_request.go @@ -5,7 +5,6 @@ package trunks import ( "fmt" - "sync" "time" vegeta "github.com/tsenart/vegeta/v12/lib" @@ -18,8 +17,6 @@ type RunRequest struct { Target Target WebSocketTarget WebSocketTarget HttpTarget HttpTarget - - Locker sync.Mutex `json:"-"` } // generateRunRequest merge the run request with original target and HTTP |
