feat(example): Demonstrate usage of x_defs flag to buildGo.program

This commit is contained in:
Vincent Ambo 2019-11-24 20:41:29 +00:00
parent 0fd7466922
commit 473421dbb8
2 changed files with 7 additions and 0 deletions

View file

@ -40,4 +40,8 @@ in buildGo.program {
examplePackage
exampleProto
];
x_defs = {
"main.Flag" = "successfully";
};
}