aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.go b/client.go
index 39dd031..ff30e73 100644
--- a/client.go
+++ b/client.go
@@ -64,10 +64,10 @@ const (
// Client for official KBBI web using HTTP.
type Client struct {
- baseDir string
+ httpc *http.Client
cookieURL *url.URL
+ baseDir string
cookies []*http.Cookie
- httpc *http.Client
}
// NewClient create and initialize new client that connect directly to