github.com/brycereitano/goa@v0.0.0-20170315073847-8ffa6c85e265/goagen/meta/doc.go (about) 1 /* 2 Package meta is used to bootstrap the code generator. That is it contains code which generates 3 Go code that gets compiled together with the user design package. The result of that compilation is 4 a tool which generates the final code or documentation consumed by the end-user. 5 */ 6 package meta