Commit 0a2ebc49 authored by Flocqst's avatar Flocqst

modified package name and removed unused imports

parent e2b717ec
package http
package httputil
import (
"net/http"
......
......@@ -3,9 +3,7 @@ package httputil
import (
"context"
"errors"
"fmt"
"net/http"
"time"
)
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