{"id":66504,"library":"gojuno-go-osrm","title":"Go OSRM Client","description":"Package osrm provides a client library for OSRM API.","status":"active","version":"0.1.0","language":"go","source_language":null,"source_url":"https://github.com/gojuno/go.osrm","tags":["osrm","routing","maps","client"],"install":[{"cmd":"go get github.com/gojuno/go.osrm","lang":"bash","label":"Install github.com/gojuno/go.osrm"}],"dependencies":[],"imports":[{"symbol":"osrm","correct":"github.com/gojuno/go.osrm"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gojuno/go.osrm\"\n)\n\nfunc main() {\n\tclient := osrm.NewClient(\"https://router.project-osrm.org\")\n\troute, _ := client.Route(osrm.RouteRequest{Coordinates: [][2]float64{{13.388860, 52.517037}, {13.397634, 52.529407}}})\n\tfmt.Println(route)\n}","lang":"go","description":"Request a route from OSRM"},"warnings":[],"env_vars":null,"search_vec":"'api':12 'client':3,8,16 'go':1 'librari':9 'map':15 'osrm':2,5,11,13 'packag':4 'provid':6 'rout':14","created_at":"2026-06-17T17:24:35.768690+00:00","updated_at":"2026-06-17T17:24:35.768690+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/gojuno/go.osrm","github":"https://github.com/gojuno/go.osrm","docs":"https://pkg.go.dev/github.com/gojuno/go.osrm#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"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}}