summaryrefslogtreecommitdiffstats
path: root/challenge/c09.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-24 16:59:44 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-24 16:59:44 -0500
commit5a0566fd858e0f11b157f5855e8d625828b2dab2 (patch)
treeb2da377d0d33139f6246f1495c3a5c865f55b450 /challenge/c09.go
parent5570608b825e51d0b00403c63a4cef07df2b61d7 (diff)
challenge/c09.go: gofmt
Diffstat (limited to 'challenge/c09.go')
-rw-r--r--challenge/c09.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c09.go b/challenge/c09.go
index d1a0124..41bd7f5 100644
--- a/challenge/c09.go
+++ b/challenge/c09.go
@@ -5,6 +5,7 @@ package challenge
import (
"fmt"
+
"ricketyspace.net/cryptopals/lib"
)