refactor project structure

This commit is contained in:
Matthieu Lamalle 2020-07-16 13:56:57 +02:00
parent 3cb6c5e2d1
commit 67630a0578
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package jwtcontroller
package middleware
import (
"encoding/json"

View File

@ -1,4 +1,4 @@
package jwtcontroller
package middleware
import (
"context"

View File

@ -1,4 +1,4 @@
package jwtcontroller
package middleware
import (
"fmt"