From b5866494eaabd03a8eaeaabd05bd2e043e2795b5 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Tue, 15 Dec 2009 18:21:29 -0800 Subject: os/signal: new package Fixes #71. R=rsc, r https://golang.org/cl/162056 --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') 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\ -- cgit v1.3-5-g9baa