mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: sort imports
R=golang-dev, r CC=golang-dev https://golang.org/cl/5319072
This commit is contained in:
parent
4a9ebb18f1
commit
965845a86d
45 changed files with 52 additions and 52 deletions
|
|
@ -8,10 +8,10 @@ import (
|
|||
"flag"
|
||||
"io"
|
||||
"os"
|
||||
"runtime"
|
||||
"strings"
|
||||
"syscall"
|
||||
"testing"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
// Do not test empty datagrams by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue