diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-17 15:10:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-17 15:10:03 -0400 |
commit | 2283404f9e5b6f4dfdf044c3cd7d1d1efac71289 (patch) | |
tree | 7eef621c31621bf07f5e2cdb0619d540596f2141 /sd_id128 | |
parent | da323d62044ca98455763300596645dc082bd007 (diff) |
gofmt
Diffstat (limited to 'sd_id128')
-rw-r--r-- | sd_id128/get.go | 2 |
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" ) |