mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
os/inotify: move to exp/inotify
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5295044
This commit is contained in:
parent
da356dc3a9
commit
e13635c1e0
4 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ DIRS=\
|
|||
|
||||
ifeq ($(GOOS),linux)
|
||||
DIRS+=\
|
||||
os/inotify\
|
||||
exp/inotify\
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
include ../../../Make.inc
|
||||
|
||||
TARG=os/inotify
|
||||
TARG=exp/inotify
|
||||
|
||||
GOFILES_linux=\
|
||||
inotify_linux.go\
|
Loading…
Reference in a new issue