refactor project structure
This commit is contained in:
parent
3cb6c5e2d1
commit
67630a0578
|
@ -1,4 +1,4 @@
|
|||
package jwtcontroller
|
||||
package middleware
|
||||
|
||||
import (
|
||||
"encoding/json"
|
|
@ -1,4 +1,4 @@
|
|||
package jwtcontroller
|
||||
package middleware
|
||||
|
||||
import (
|
||||
"context"
|
|
@ -1,4 +1,4 @@
|
|||
package jwtcontroller
|
||||
package middleware
|
||||
|
||||
import (
|
||||
"fmt"
|
Loading…
Reference in New Issue