Skip to content

Commit 6266814

Browse files
committed
.
1 parent c5438f8 commit 6266814

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/http/publisher.go

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package http
33
import (
44
"bytes"
55
"encoding/json"
6+
"io"
67
"net/http"
78

89
"github.com/pkg/errors"

pkg/http/subscriber.go

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package http
33
import (
44
"context"
55
"encoding/json"
6+
"io"
67
"net"
78
"net/http"
89
"strings"

0 commit comments

Comments
 (0)