gofmt: sort

This commit is contained in:
Alex Crawford 2014-08-25 12:35:40 -07:00
parent 0c212c72c9
commit fb0187b197

View File

@ -2,9 +2,9 @@ package network
import ( import (
"fmt" "fmt"
"sort"
"strconv" "strconv"
"strings" "strings"
"sort"
) )
type InterfaceGenerator interface { type InterfaceGenerator interface {