github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/command/format/format.go (about) 1 // Package format contains helpers for formatting various Durgaform 2 // structures for human-readabout output. 3 // 4 // This package is used by the official Durgaform CLI in formatting any 5 // output and is exported to encourage non-official frontends to mimic the 6 // output formatting as much as possible so that text formats of Durgaform 7 // structures have a consistent look and feel. 8 package format