Fix gofmt formatting

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-23 11:15:32 +04:00
parent 1ff1901331
commit 1361dda425
3 changed files with 17 additions and 17 deletions

View File

@@ -15,11 +15,11 @@
package cookiebanner package cookiebanner
import ( import (
"maps"
"context" "context"
"encoding/json" "encoding/json"
"errors" "errors"
"fmt" "fmt"
"maps"
"net/url" "net/url"
"strings" "strings"
"time" "time"