Releases: goradd/got
v1.3.0
v1.2.0
Added the following tags:
L - Prints a Go literal using fmt %#v
T - Prints the type of a go value using fmt %T, but strips the initial package name if it is there.
PT - Prints the type of a go value using fmt %T, but leaves the package name intact.
Also fixed a file glob problem, and that in some cases the program was changing the working directory after it was done.
v1.1.1
v1.1.0
Adding glob pattern
The input directory can now be a glob pattern to batch process files.
Doc updates
Merge pull request #29 from spekary/file_update Updating GoFile
Improved Error Message
Improves the error message so that IDE's can link directly to the file, line and character where the error occurred.
Official Release
This is the official release of GoT. The template syntax is now considered stable and will not make breaking changes under v1.x.x. Expansion of the syntax and command line options are still possible.
Code cleanup
Merge pull request #21 from spekary/code_cleanup Code cleanup
More tests
Merge pull request #20 from spekary/rewrite Fixing more tests and install