Skip to content

Commit babfcc4

Browse files
committed
.
1 parent 6266814 commit babfcc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/http/publisher.go

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

99
"github.com/pkg/errors"

pkg/http/subscriber.go

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

0 commit comments

Comments
 (0)