Commit Graph

10 Commits

Author SHA1 Message Date
Daved
02f6b2afc6 Added prefix flag, and changed file name output accordingly. Also
changed parser package ParsePackage() to take prefix and updated
skip conditional as needed.  Last paragraph of main package comment
was updated, along with the second to last paragraph of readme.

Due to confusion about import paths, the parser package import path
was left pointing to original repo with the hope that the author will
pull these changes.  Otherwise, the import path will need to be
changed back to the forked repo to work properly.
2015-04-06 21:33:43 -07:00
Daved
a3cb655480 Corrected minor typo in second to last paragraph of readme. 2015-04-06 20:38:10 -07:00
Francesc Campoy
175ecc603a Merge pull request #2 from shurcooL/patch-1
README: Fix formatting by adding missing closing backtick.
2015-02-02 16:05:44 +00:00
Dmitri Shuralyov
869bf3d2d3 README: Improve formatting by removing unneeded indent.
Since a fenced code block (three backticks) is already used, there's no need to indent code blocks. Either a fenced code block or an indent alone is enough.
Also use tabs instead of spaces in Go code to make it gofmt-compatible, and use Go syntax highlighting for Go code blocks.
Unlike 1e1ffecf4f148c30fb214feeb491c7de5fe54e56, only use Go syntax highlighting for complete Go code block, since GitHub renders it poorly for partial Go code.
2015-02-01 09:43:22 -08:00
Dmitri Shuralyov
718a04d0a6 README: Fix formatting by adding missing closing backtick. 2015-02-01 09:34:53 -08:00
Francesc Campoy
ae9812cb50 Added Google disclaimer 2015-02-01 16:05:25 +01:00
Francesc Campoy
63815420d0 Update README.md 2015-02-01 09:37:31 +01:00
Francesc Campoy
90659514af corrected case of jsonenums 2015-01-31 12:23:24 +01:00
Francesc Campoy
66a9dd356f initial commit 2015-01-29 11:35:15 +01:00
Francesc Campoy
fb5644d041 Initial commit 2015-01-29 00:18:46 +01:00