mirror of https://github.com/golang/go.git
test: add missing import for zerodivide
R=rsc CC=golang-dev, r https://golang.org/cl/1706043
This commit is contained in:
parent
3748d22672
commit
34cc011276
|
|
@ -10,6 +10,7 @@ import (
|
|||
"fmt"
|
||||
"math"
|
||||
"strings"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
type Error interface {
|
||||
|
|
|
|||
Loading…
Reference in New Issue