Commit Graph

7 Commits

Author SHA1 Message Date
Billy Keyes 5ddc0cc7e6 Add links to alternatives in README 2019-03-12 22:51:59 -07:00
Billy Keyes d8a0cc90d1 Implement ParseNextFileHeader
This follows the structure and logic of find_header() in git/apply.c.
Calls to helper functions are currently stubbed.
2019-03-12 22:41:20 -07:00
Billy Keyes f630455e5d Add a simple test for parser line operations 2019-03-11 23:05:15 -07:00
Billy Keyes f86331c3e2 Add go.mod file 2019-03-11 22:47:04 -07:00
Billy Keyes c947e5b7aa Add LICENSE 2019-03-10 21:51:13 -07:00
Billy Keyes 42914c81df Create parser skeleton and utilities 2019-03-10 21:48:59 -07:00
Billy Keyes a445f1eb6e Initial commit 2019-03-10 17:57:14 -07:00