diff options
Diffstat (limited to 'nexgb/sync.go')
-rw-r--r-- | nexgb/sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/sync.go b/nexgb/sync.go index 59d0de1..72f30b6 100644 --- a/nexgb/sync.go +++ b/nexgb/sync.go @@ -1,4 +1,4 @@ -package xgb +package nexgb // Sync sends a round trip request and waits for the response. // This forces all pending cookies to be dealt with. |