mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-06 00:16:49 +08:00
fix: ui for DOT
This commit is contained in:
@@ -44,7 +44,7 @@ func main() {
|
||||
|
||||
// Classify edges
|
||||
// d.ClassifyEdges()
|
||||
fmt.Println(d.SaveSVG("dag.svg"))
|
||||
fmt.Println(d.ExportDOT())
|
||||
|
||||
requestHandler := func(requestType string) func(w http.ResponseWriter, r *http.Request) {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
|
Reference in New Issue
Block a user