Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed May 9, 2024
1 parent 5e2c02a commit 38356e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ func main() {
})

// 3.0 create a packet loss analyzer, use default options
var analyzer *speedtest.PacketLossAnalyzer
analyzer = speedtest.NewPacketLossAnalyzer(&speedtest.PacketLossAnalyzerOptions{
var analyzer = speedtest.NewPacketLossAnalyzer(&speedtest.PacketLossAnalyzerOptions{
SourceInterface: *source,
})

Expand Down

0 comments on commit 38356e6

Please sign in to comment.