summaryrefslogtreecommitdiff
path: root/types/cookie/cookie.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-07 13:50:00 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-02-19 14:15:07 +0100
commit9cbe11f260ea9bede2ddc25c689e2761ae14039f (patch)
tree4db30293a1b3db20565c912a49e5ae685d63ed8e /types/cookie/cookie.go
parentce52709e35bc92d12f3a94f6d0b521ef6ab69859 (diff)
Format: Run gofumpt
Diffstat (limited to 'types/cookie/cookie.go')
-rw-r--r--types/cookie/cookie.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/types/cookie/cookie.go b/types/cookie/cookie.go
index 1582a9c..1714682 100644
--- a/types/cookie/cookie.go
+++ b/types/cookie/cookie.go
@@ -5,10 +5,10 @@
package cookie
import (
- "fmt"
"context"
- "errors"
"encoding/json"
+ "errors"
+ "fmt"
"runtime/cgo"
)