Skip to content

Commit 839958b

Browse files
authored
update vendored packages (#8)
* update vendored packages * update README
1 parent f539e78 commit 839958b

37 files changed

+219
-1863
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ For the cases where your main function is in another directory other than the de
4949
##### Vendor directory
5050
Since Globs and some optional folder arrays will make it harder to configure, we are not planning to have support for a configurable watched folder structure. Only configuration we have here is, by default we have excluded vendor/ folder from watched directories. If your intention is making some changes in place, you can set -watch-vendor flag as "true", and start watching vendor directory.
5151

52+
#### Known Issues
53+
On Mac OS X, when you make a tls connection, you can get a message like: x509: `certificate signed by unknown authority`
54+
55+
You can resolve this problem by setting CGO_ENABLED=0
56+
https://github.com/golang/go/issues/14514
57+
https://codereview.appspot.com/22020045
58+
5259
## Author
5360

5461
* [Can Yucel](http://canthefason.com)

vendor/github.com/fatih/color/color.go

Lines changed: 60 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/LICENSE

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/fen.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/fsnotify.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)