gtx


Branch: main

Author
Sotiri Bakagiannis <thewhodidthis@users.noreply.github.com>
Date
Jan. 31 '23 12:40:24
Commit
8450e8b75c2353ca82b160b807544c3ecd9f37be
Parent
8eacca65707d833480645e00147993321c75e02e « diff
Parent
233c8bc3fadd51daf93564c0b50e7e0b7b7f0afc « diff
Message
Merge pull request #14 from thewhodidthis/split-into-files

Split into files
Overview
branch_filter.go | 234 ++++++++++++++++
diff_parsers.go  |  87 ++++++
flags.go         |  19 ++
helper.go        |  14 +-
helper_test.go   |   8 +
main.go          | 793 +------------------------------------------------------
options.go       |  34 +++
project.go       | 368 ++++++++++++++++++++++++++
types.go         |  82 ++++++
9 files changed, 848 insertions(+), 791 deletions(-)
.github/workflows/static.yml | 47 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
File tree