Sfoglia il codice sorgente

rename package from jwtutils to auth

lblt 4 mesi fa
parent
commit
861c359587
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pkg/auth/jwt.go

+ 1 - 1
pkg/auth/jwt.go

@@ -1,4 +1,4 @@
-package jwtutils
+package auth
 
 import (
 	"time"