1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:44:45 -07:00

test: add missing import for zerodivide

R=rsc
CC=golang-dev, r
https://golang.org/cl/1706043
This commit is contained in:
Christopher Wedgwood 2010-06-18 22:42:48 -07:00 committed by Russ Cox
parent 3748d22672
commit 34cc011276

View File

@ -10,6 +10,7 @@ import (
"fmt"
"math"
"strings"
"syscall"
)
type Error interface {