summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-17 15:10:03 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-17 15:10:03 -0400
commit2283404f9e5b6f4dfdf044c3cd7d1d1efac71289 (patch)
tree7eef621c31621bf07f5e2cdb0619d540596f2141
parentda323d62044ca98455763300596645dc082bd007 (diff)
gofmt
-rw-r--r--sd_id128/get.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_id128/get.go b/sd_id128/get.go
index 40d1219..5da7a32 100644
--- a/sd_id128/get.go
+++ b/sd_id128/get.go
@@ -16,8 +16,8 @@ package sd_id128
import (
"crypto/rand"
- "os"
"io/ioutil"
+ "os"
"strings"
)