diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-09-07 09:09:07 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-09-07 09:09:07 -0400 |
| commit | b152f2ef04a04af5185891428a63e5343187b1f8 (patch) | |
| tree | ebce2111110a9f1adf3abe450d68922cd276c199 /vendor/github.com/jinzhu/now/Guardfile | |
| parent | a98742ce47c0d3a4b21e6733666e1edec9118eab (diff) | |
Add vendor
Diffstat (limited to 'vendor/github.com/jinzhu/now/Guardfile')
| -rw-r--r-- | vendor/github.com/jinzhu/now/Guardfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/jinzhu/now/Guardfile b/vendor/github.com/jinzhu/now/Guardfile new file mode 100644 index 0000000..0b860b0 --- /dev/null +++ b/vendor/github.com/jinzhu/now/Guardfile @@ -0,0 +1,3 @@ +guard 'gotest' do + watch(%r{\.go$}) +end |
