diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-21 02:14:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-21 02:32:29 +0700 |
| commit | 6e27a84dba52e68fe7b75df50190934ab96c1946 (patch) | |
| tree | fbcceae155bb41ff31bfd58e53da9b9183ee4a13 /environment.go | |
| parent | 644439ff61c46aec81894074203bc7d3c9acc24d (diff) | |
| download | gorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz | |
all: reformat with Go 1.19 gofmt
Diffstat (limited to 'environment.go')
| -rw-r--r-- | environment.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/environment.go b/environment.go index 1c2b4df..ec9f639 100644 --- a/environment.go +++ b/environment.go @@ -11,9 +11,7 @@ import ( "time" ) -// // Environment contains global configuration for load testing. -// type Environment struct { // AttackRunning will be set to non-nil if there is a load // testing currently running. |
