Commit 0a2ebc49 authored by Flocqst's avatar Flocqst

modified package name and removed unused imports

parent e2b717ec
package http package httputil
import ( import (
"net/http" "net/http"
......
...@@ -3,9 +3,7 @@ package httputil ...@@ -3,9 +3,7 @@ package httputil
import ( import (
"context" "context"
"errors" "errors"
"fmt"
"net/http" "net/http"
"time"
) )
func ListenAndServeContext(ctx context.Context, server *http.Server) error { func ListenAndServeContext(ctx context.Context, server *http.Server) error {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment