Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 710 Bytes

Example

You can try to run this example like this.

go build ..
./atgen gen --templateDir=./template --outputDir=./generated

This generates ./generated/v1_main_test.go .

Run generated test code by this command.

go test ./generated

Files of this example