vendor/github.com/fsnotify/fsnotify/fsnotify.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
child 265 05c40b36d3b2
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 // Copyright 2012 The Go Authors. All rights reserved.
     1 // Copyright 2012 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
       
     5 //go:build !plan9
     5 // +build !plan9
     6 // +build !plan9
     6 
     7 
     7 // Package fsnotify provides a platform-independent interface for file system notifications.
     8 // Package fsnotify provides a platform-independent interface for file system notifications.
     8 package fsnotify
     9 package fsnotify
     9 
    10