diff --git a/speedtest/server.go b/speedtest/server.go index 25aa23d..1a1cbfd 100644 --- a/speedtest/server.go +++ b/speedtest/server.go @@ -53,7 +53,7 @@ type Server struct { ULSpeed float64 `json:"ul_speed"` TestDuration TestDuration `json:"test_duration"` - Context *Speedtest + Context *Speedtest `json:"-"` } type TestDuration struct {