Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Opts = struct { Stats bool Preserve bool Copy bool Msg string Reps int Out io.ReadWriter }{ Out: os.Stdout, Reps: 10, }
Opts are dgen's configurable options.
View Source
var ( // Version is the program version. To be generated upon compilation by: // -ldflags "-X github.com/stevenxie/dgen/cmd.Version=$(VERSION)" // // It should match the output of the following command: // git describe --tags | cut -c 2- Version string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.