Add `gover` managed version file for sem ver tagging
1 file changed
tree: 168415a281adc2a633bdcb55ec10aaa2f36ce766
  1. .gitignore
  2. .travis.yml
  3. ignore.go
  4. ignore_ported_test.go
  5. ignore_test.go
  6. LICENSE
  7. README.md
  8. version_gen.go
README.md

go-gitignore

Build Status Coverage Status

A gitignore parser for Go

Install

go get github.com/sabhiram/go-gitignore

Usage

For a quick sample of how to use this library, check out the tests under ignore_test.go.