diff options
| author | David Symonds <dsymonds@golang.org> | 2009-12-15 18:21:29 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-12-15 18:21:29 -0800 |
| commit | b5866494eaabd03a8eaeaabd05bd2e043e2795b5 (patch) | |
| tree | 84efb708e358a0c126fa11d918d75f2cc0e78a05 /src/pkg/Makefile | |
| parent | a47a45ec7741d677ea6582cdeee3419325ac9488 (diff) | |
| download | go-b5866494eaabd03a8eaeaabd05bd2e043e2795b5.tar.xz | |
os/signal: new package
Fixes #71.
R=rsc, r
https://golang.org/cl/162056
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index ea50e0d7b5..db33ab2629 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -82,6 +82,7 @@ DIRS=\ net\ once\ os\ + os/signal\ patch\ path\ rand\ |
