From 9b2d1785758a423e0eef2f22a6fb40aa8182d4bb Mon Sep 17 00:00:00 2001 From: BillyGriffiths <billy.griffiths@gmail.com> Date: Thu, 10 Nov 2022 18:52:10 +0200 Subject: [PATCH] make the package "oauth" --- auth/{oauth1.go => oauth.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename auth/{oauth1.go => oauth.go} (99%) diff --git a/auth/oauth1.go b/auth/oauth.go similarity index 99% rename from auth/oauth1.go rename to auth/oauth.go index af13976..e428b77 100644 --- a/auth/oauth1.go +++ b/auth/oauth.go @@ -1,4 +1,4 @@ -package oauth1 +package oauth import ( "crypto/hmac" -- GitLab