aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-27 20:50:45 -0400
committerBen Burwell <ben@benburwell.com>2019-08-27 20:50:45 -0400
commitd5f8481cfa2c22a96f9ae3035d4107d3b19ca61f (patch)
treeff2fc54d7865e3fc6bd337410d12be9d3f870baa
parent51c613d117309891666d01951899804b0a6cc7d0 (diff)
move aroundsubmission
-rw-r--r--main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.go b/main.go
index c027a34..148ce16 100644
--- a/main.go
+++ b/main.go
@@ -4,12 +4,13 @@ import (
"bytes"
"crypto/sha256"
"encoding/base64"
- "flag"
- "fmt"
"image"
"image/color"
"image/png"
"regexp"
+
+ "flag"
+ "fmt"
"strings"
)