diff options
author | Emile <hanemile@protonmail.com> | 2020-03-22 16:01:12 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-22 16:01:12 +0100 |
commit | c9b84044f4371442adad4830a9b35cdb86caa33f (patch) | |
tree | bee0b20758ca90ebfadf67216d14e9cfbadc2807 /src/http | |
parent | 39cadc9839df252a5956839ca3d807c271b1f497 (diff) |
imports
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/http.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/http.go b/src/http/http.go index 7f9b51c..cf309b8 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -1,6 +1,8 @@ package http import ( + "crypto/sha256" + "encoding/base64" "fmt" "html/template" "io/ioutil" |