From 9d452ddf11020a0949fd3fc49983bd6cf3252259 Mon Sep 17 00:00:00 2001 From: Duc-Tam Nguyen Date: Fri, 19 Jun 2026 16:43:15 +0700 Subject: [PATCH] fix: gofmt cli/clone.go --- cli/clone.go | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/cli/clone.go b/cli/clone.go index 242e294..47ce799 100644 --- a/cli/clone.go +++ b/cli/clone.go @@ -16,37 +16,37 @@ import ( // cloneFlags holds the parsed flag values for one invocation. type cloneFlags struct { - out string - reserved string - workers int - assetWorkers int - browserPages int - maxPages int - maxDepth int - traversal string - maxAssetMB int64 - keepMedia bool - skipExt []string - allAssetHosts bool - timeout time.Duration - settle time.Duration - renderTO time.Duration - scroll bool - userAgent string - subdomains bool - scopePrefix string - exclude []string - noRobots bool - noSitemap bool - headful bool - keepNoscript bool - mobileReadable bool - chromeBin string - controlURL string - noResume bool - refresh bool - force bool - quiet bool + out string + reserved string + workers int + assetWorkers int + browserPages int + maxPages int + maxDepth int + traversal string + maxAssetMB int64 + keepMedia bool + skipExt []string + allAssetHosts bool + timeout time.Duration + settle time.Duration + renderTO time.Duration + scroll bool + userAgent string + subdomains bool + scopePrefix string + exclude []string + noRobots bool + noSitemap bool + headful bool + keepNoscript bool + mobileReadable bool + chromeBin string + controlURL string + noResume bool + refresh bool + force bool + quiet bool } func newCloneCmd() *cobra.Command {