X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=group.go;h=66da8f00551e32de8272a5b02b2fdb7c4006039f;hp=b96f6b14aa4c779cc59c1ebc4498c96a5fefcdb2;hb=526f6f1db39bde8ca1f7684225a3983634bddafe;hpb=bfa96c6bded3a8a4edab666f12429b0659e30ad2 diff --git a/group.go b/group.go index b96f6b1..66da8f0 100644 --- a/group.go +++ b/group.go @@ -23,10 +23,10 @@ import ( "encoding/binary" "fmt" "io" + "math" "sort" "strconv" "strings" - "math" "github.com/pkg/errors" )