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 /target.go | |
| parent | 644439ff61c46aec81894074203bc7d3c9acc24d (diff) | |
| download | gorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz | |
all: reformat with Go 1.19 gofmt
Diffstat (limited to 'target.go')
| -rw-r--r-- | target.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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:"-"` |
