{"id":51442,"library":"emicklei-dot","title":"Emicklei Dot","description":"Package dot is a helper for producing graphs in DOT format (graphviz).","status":"active","version":"1.11.0","language":"go","source_language":null,"source_url":"https://github.com/emicklei/dot","tags":["graphviz","dot","graph","visualization"],"install":[{"cmd":"go get github.com/emicklei/dot","lang":"bash","label":"Install github.com/emicklei/dot"}],"dependencies":[],"imports":[{"symbol":"dot","correct":"github.com/emicklei/dot"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/emicklei/dot\"\n)\n\nfunc main() {\n\tg := dot.NewGraph(dot.Directed)\n\tg.Node(\"A\").Edge(g.Node(\"B\"))\n\tfmt.Println(g.String())\n}","lang":"go","description":"Create a simple directed graph and print its DOT representation."},"warnings":[],"env_vars":null,"search_vec":"'dot':2,4,12,16 'emicklei':1 'format':13 'graph':10,17 'graphviz':14,15 'helper':7 'packag':3 'produc':9 'visual':18","created_at":"2026-06-15T06:15:17.825239+00:00","updated_at":"2026-06-15T06:15:17.825239+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/emicklei/dot","github":"https://github.com/emicklei/dot","docs":"https://pkg.go.dev/github.com/emicklei/dot#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}