Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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