{"id":65876,"library":"showwin-speedtest-go","title":"speedtest-go","description":"speedtest-go is a Go client for the Speedtest.net service to measure internet bandwidth.","status":"active","version":"1.7.10","language":"go","source_language":null,"source_url":"https://github.com/showwin/speedtest-go","tags":["speedtest","network","bandwidth","internet"],"install":[{"cmd":"go get github.com/showwin/speedtest-go","lang":"bash","label":"Install github.com/showwin/speedtest-go"}],"dependencies":[],"imports":[{"symbol":"speedtest","correct":"github.com/showwin/speedtest-go"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/showwin/speedtest-go/speedtest\"\n)\n\nfunc main() {\n    user, _ := speedtest.FetchUserInfo()\n    servers, _ := speedtest.FetchServers(user)\n    targets, _ := servers.FindServer([]int{})\n    for _, s := range targets {\n        s.PingTest()\n        s.DownloadTest()\n        s.UploadTest()\n        fmt.Printf(\"Download: %.2f Mbps\\n\", s.DLSpeed)\n    }\n}","lang":"go","description":"Runs a speed test and prints download speed."},"warnings":[],"env_vars":null,"search_vec":"'bandwidth':18,21 'client':10 'go':3,6,9 'internet':17,22 'measur':16 'network':20 'servic':14 'speedtest':2,5,19 'speedtest-go':1,4 'speedtest.net':13","created_at":"2026-06-17T17:16:17.185059+00:00","updated_at":"2026-06-17T17:16:17.185059+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/showwin/speedtest-go","github":"https://github.com/showwin/speedtest-go","docs":"https://pkg.go.dev/github.com/showwin/speedtest-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}