Update README with usage
1 file changed
tree: 513d1211cc00a0302ccb7da690cfa79ecd5adb91
  1. .gitignore
  2. .travis.yml
  3. ignore.go
  4. ignore_ported_test.go
  5. ignore_test.go
  6. LICENSE
  7. README.md
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.