File: doc.go

package info (click to toggle)
golang-github-emicklei-dot 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: makefile: 9
file content (5 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
// Package dot is a helper for producing graphs in DOT format (graphviz).
// It offers Graph,Node and Edge objects to construct simple and complex (e.g. nested) graphs.
//
// Copyright (c) Ernest Micklei. MIT License
package dot // import "github.com/emicklei/dot"