Move token_scope file to models/auth

This commit is contained in:
harryzcy 2022-09-06 04:45:11 -04:00
parent 0933496759
commit 948cd14a34
No known key found for this signature in database
GPG key ID: CC2953E050C19686
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package models
package auth
import (
"fmt"

View file

@ -1,4 +1,4 @@
package models
package auth
import (
"testing"