Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
e13635c1
Commit
e13635c1
authored
Oct 19, 2011
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
os/inotify: move to exp/inotify
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/5295044
parent
da356dc3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
src/pkg/Makefile
+1
-1
Makefile
src/pkg/exp/inotify/Makefile
+1
-1
inotify_linux.go
src/pkg/exp/inotify/inotify_linux.go
+0
-0
inotify_linux_test.go
src/pkg/exp/inotify/inotify_linux_test.go
+0
-0
No files found.
src/pkg/Makefile
View file @
e13635c1
...
@@ -184,7 +184,7 @@ DIRS=\
...
@@ -184,7 +184,7 @@ DIRS=\
ifeq
($(GOOS),linux)
ifeq
($(GOOS),linux)
DIRS
+=
\
DIRS
+=
\
os
/inotify
\
exp
/inotify
\
endif
endif
...
...
src/pkg/
os
/inotify/Makefile
→
src/pkg/
exp
/inotify/Makefile
View file @
e13635c1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
include
../../../Make.inc
include
../../../Make.inc
TARG
=
os
/inotify
TARG
=
exp
/inotify
GOFILES_linux
=
\
GOFILES_linux
=
\
inotify_linux.go
\
inotify_linux.go
\
...
...
src/pkg/
os
/inotify/inotify_linux.go
→
src/pkg/
exp
/inotify/inotify_linux.go
View file @
e13635c1
File moved
src/pkg/
os
/inotify/inotify_linux_test.go
→
src/pkg/
exp
/inotify/inotify_linux_test.go
View file @
e13635c1
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment