aboutsummaryrefslogtreecommitdiff
path: root/service/auth.go
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-01 15:58:27 +0000
committerr <r@freesoftwareextremist.com>2020-01-01 15:58:27 +0000
commite9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19 (patch)
tree063357b6f4ecefaa8cdda2f9c16e73da05b1140b /service/auth.go
parentcad01cb1f8e32cf7725505af06d6ffcc6c612045 (diff)
downloadbloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.tar.gz
bloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.zip
Rename package to bloat
Diffstat (limited to 'service/auth.go')
-rw-r--r--service/auth.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/service/auth.go b/service/auth.go
index efc8dd3..2aa71d9 100644
--- a/service/auth.go
+++ b/service/auth.go
@@ -4,9 +4,10 @@ import (
"context"
"errors"
"io"
- "mastodon"
"mime/multipart"
- "web/model"
+
+ "bloat/model"
+ "mastodon"
)
var (