aboutsummaryrefslogtreecommitdiff
path: root/target.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-21 02:14:04 +0700
committerShulhan <ms@kilabit.info>2022-08-21 02:32:29 +0700
commit6e27a84dba52e68fe7b75df50190934ab96c1946 (patch)
treefbcceae155bb41ff31bfd58e53da9b9183ee4a13 /target.go
parent644439ff61c46aec81894074203bc7d3c9acc24d (diff)
downloadgorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz
all: reformat with Go 1.19 gofmt
Diffstat (limited to 'target.go')
-rw-r--r--target.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/target.go b/target.go
index 92cc98a..a69ee37 100644
--- a/target.go
+++ b/target.go
@@ -9,9 +9,7 @@ import (
libhttp "github.com/shuLhan/share/lib/http"
)
-//
// Target contains group of HttpTarget that can be tested by Trunks.
-//
type Target struct {
// HttpClient that can be used for running HttpTarget.
HttpClient *libhttp.Client `json:"-"`