github.com/ManabuSeki/goa-v1@v1.4.3/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