Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Fix unsupported WatchForUpdates and build tags #106

Merged
merged 1 commit into from
May 31, 2015

Conversation

mbland
Copy link
Contributor

@mbland mbland commented May 30, 2015

Closes #105.

The go1.1 constraint has been updated to !go1.3 per https://golang.org/pkg/go/build/#hdr-Build_Constraints and https://github.com/go-fsnotify/fsnotify. Also, the existing call signature for WatchForUpdates() in watcher_unsupported.go was stale.

Perhaps I'll take a stab at installing Plan 9 and Solaris virtual machines over the weekend. :-)

cc: @jehiah @dbiswas1

Closes bitly#105.

The `go1.1` constraint has been updated to `!go1.3` per
https://golang.org/pkg/go/build/#hdr-Build_Constraints and
https://github.com/go-fsnotify/fsnotify. Also, the existing call signature for
`WatchForUpdates()` in `watcher_unsupported.go` was stale.
jehiah added a commit that referenced this pull request May 31, 2015
Fix unsupported WatchForUpdates and build tags
@jehiah jehiah merged commit 577a3f7 into bitly:master May 31, 2015
@mbland mbland deleted the fix-watcher-build-tags branch May 31, 2015 00:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

validator.go:24: undefined: WatchForUpdates
2 participants