diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
commit | fff3dadabc321871e6819392efc605c6dffe2e69 (patch) | |
tree | 25aceed23b73b2ad975a06d73fad091d0886a2a6 /auth | |
parent | a44d6eb2fdddc75983c735e1a0fa744014db9593 (diff) |
migrated from MAL2Go to mg package
Diffstat (limited to 'auth')
-rw-r--r-- | auth/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/server.go b/auth/server.go index 02b9382..0f2496e 100644 --- a/auth/server.go +++ b/auth/server.go @@ -24,7 +24,6 @@ import ( "encoding/json" "os" "fmt" - // "io/ioutil" ) func listen(clientId, verifier string) { |