1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:54:39 -07:00

runtime/debug: fix build

TBR=r
CC=golang-dev
https://golang.org/cl/5661053
This commit is contained in:
Russ Cox 2012-02-13 23:05:19 -05:00
parent 913abfee3b
commit 0995aba983

View File

@ -5,7 +5,6 @@
package debug package debug
import ( import (
. "runtime/debug"
"strings" "strings"
"testing" "testing"
) )