mirror of
https://github.com/golang/go
synced 2024-11-21 19:24: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:
parent
3748d22672
commit
34cc011276
@ -10,6 +10,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"math"
|
"math"
|
||||||
"strings"
|
"strings"
|
||||||
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Error interface {
|
type Error interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user