diff options
Diffstat (limited to 'internal/transport/dereference.go')
-rw-r--r-- | internal/transport/dereference.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/transport/dereference.go b/internal/transport/dereference.go index 477440a77..5ef6db9a7 100644 --- a/internal/transport/dereference.go +++ b/internal/transport/dereference.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -20,8 +20,9 @@ package transport import ( "context" - "github.com/sirupsen/logrus" "net/url" + + "github.com/sirupsen/logrus" ) func (t *transport) Dereference(ctx context.Context, iri *url.URL) ([]byte, error) { |