summaryrefslogtreecommitdiff
path: root/internal/transport/finger.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/finger.go')
-rw-r--r--internal/transport/finger.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/transport/finger.go b/internal/transport/finger.go
index 648db0194..a71bbb51e 100644
--- a/internal/transport/finger.go
+++ b/internal/transport/finger.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
@@ -21,10 +21,11 @@ package transport
import (
"context"
"fmt"
- "github.com/sirupsen/logrus"
"io/ioutil"
"net/http"
"net/url"
+
+ "github.com/sirupsen/logrus"
)
func (t *transport) Finger(ctx context.Context, targetUsername string, targetDomain string) ([]byte, error) {