Thanks to visit codestin.com
Credit goes to github.com

Skip to content

teleivo/dot

 
 

Repository files navigation

DOT

Parser and formatter for the DOT language written in Go.

Install

go get -u github.com/teleivo/dot

Formatter

Format your DOT files with dotfmt. dotfmt is inspired by gofmt. As such it is opinionated and has no options to change its format.

TODO complete example

go run ./cmd/dotfmt/main.go <<EOF
EOF

Limitations

Disclaimer

I wrote this library for my personal projects. It is thus tailored to my needs. Feel free to use it! That being said, my intention is not to adjust it to someone elses liking.

About

Parser and formatter for the DOT language written in Go

Topics

Resources

License

Stars

Watchers

Forks