1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:54:40 -07:00

os/inotify: move to exp/inotify

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5295044
This commit is contained in:
Mikio Hara 2011-10-19 10:54:45 +09:00
parent da356dc3a9
commit e13635c1e0
4 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ DIRS=\
ifeq ($(GOOS),linux)
DIRS+=\
os/inotify\
exp/inotify\
endif

View File

@ -4,7 +4,7 @@
include ../../../Make.inc
TARG=os/inotify
TARG=exp/inotify
GOFILES_linux=\
inotify_linux.go\