An open API service indexing awesome lists of open source software.

https://github.com/teleivo/dot

Parser for the DOT language written in Go
https://github.com/teleivo/dot

Last synced: 8 months ago
JSON representation

Parser for the DOT language written in Go

Awesome Lists containing this project

README

          

# DOT

Parser and formatter for the [DOT language](https://graphviz.org/doc/info/lang.html) written in Go.

## Install

```sh
go get -u github.com/teleivo/dot
```

## Formatter

Format your DOT files with `dotfmt`. `dotfmt` is inspired by [gofmt](https://pkg.go.dev/cmd/gofmt).
As such it is opinionated and has no options to change its format.

TODO complete example
```sh
go run ./cmd/dotfmt/main.go <