From: Simon Ruderich Date: Wed, 12 Jun 2019 06:50:39 +0000 (+0200) Subject: nsscash: go fmt X-Git-Tag: 0.1~57 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=d671faf8dca799aa492ffac896e0cd49b5e09d08 nsscash: go fmt --- 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" )