Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed Oct 28, 2023
1 parent 7903223 commit 5765d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/tcp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (

var (
ErrEchoData = errors.New("incorrect echo data")
ErrEmptyConn = errors.New("incorrect echo data")
ErrEmptyConn = errors.New("empty conn")
)

func pingFormat(locTime int64) []byte {
Expand Down

0 comments on commit 5765d42

Please sign in to comment.