# README
gitdoc
Library for managing documents using Git.
Getting Started
go get github.com/hellodhlyn/gitdoc
See godoc for documentation.
Development
Prerequisites
- go 1.11+
Test
# Install all dependencies.
go mod download
# Run test.
# Gitdoc directly accesses to file system. For running test, it requires permissions to access `$HOME/.gitdoc` directory.
make test
# Functions
No description provided by the author
# Constants
CompareOutputHTML is a option to present diffs as HTML string.
CompareOutputText is a option to present diffs as a colored string.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
CompareOutputOption is a type for options to select the style of diffs.