aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/proc/proc_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/proc/proc_linux.go')
-rw-r--r--src/pkg/debug/proc/proc_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/debug/proc/proc_linux.go b/src/pkg/debug/proc/proc_linux.go
index 88269100fd..87d3bf1ef7 100644
--- a/src/pkg/debug/proc/proc_linux.go
+++ b/src/pkg/debug/proc/proc_linux.go
@@ -4,6 +4,8 @@
package proc
+// TODO(rsc): Imports here after to be in proc.go too in order
+// for deps.bash to get the right answer.
import (
"container/vector";
"fmt";