Created
April 5, 2019 12:22
-
-
Save mvantellingen/55f8f7d3031512889105c0412c9d8f5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# type Product string | |
f := jen.NewFile("mypackage") | |
f.Type().Id("Product).String().Line() | |
f.Save("output.go") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment