summaryrefslogtreecommitdiffstats
path: root/challenge/c01.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-24 16:41:31 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-24 16:41:31 -0500
commit0f0cc6b8d3aa81dce7f228de2c948ca5cb340539 (patch)
tree0218ec2d21af30331b308c419ff9762fbacda22d /challenge/c01.go
parent34789a59b7eb175c5fb2663ee73c43fadec5f04c (diff)
challenge/c01.go: gofmt
Diffstat (limited to 'challenge/c01.go')
-rw-r--r--challenge/c01.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c01.go b/challenge/c01.go
index 6679e60..356e919 100644
--- a/challenge/c01.go
+++ b/challenge/c01.go
@@ -5,6 +5,7 @@ package challenge
import (
"fmt"
+
"ricketyspace.net/cryptopals/lib"
)