Restructure all http related files
Moving all http related functions and helpers into a new http submodule
This commit is contained in:
parent
0a0c185c06
commit
18bf623114
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
package middleware
|
||||
package http
|
||||
|
||||
import (
|
||||
"net/http"
|
|
@ -1,4 +1,4 @@
|
|||
package middleware
|
||||
package http
|
||||
|
||||
import (
|
||||
"context"
|
|
@ -1,4 +1,4 @@
|
|||
package other
|
||||
package http
|
||||
|
||||
import (
|
||||
"fmt"
|
|
@ -1,4 +1,4 @@
|
|||
package middleware
|
||||
package http
|
||||
|
||||
import (
|
||||
"net/http"
|
Loading…
Reference in a new issue