From 689a57ec4a444f8233fe2e5ec7ceb0903218218d Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 14 Aug 2020 23:13:41 -0700 Subject: feat: working login gauth --- internal/image/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/image') diff --git a/internal/image/service.go b/internal/image/service.go index 4ffd513..10f4148 100644 --- a/internal/image/service.go +++ b/internal/image/service.go @@ -8,7 +8,7 @@ import ( "path" "time" - "github.com/matoous/go-nanoid" + gonanoid "github.com/matoous/go-nanoid" "github.com/pkg/errors" "go.ofmax.li/tmpl" -- cgit v1.2.3