From 9290244d36677c2d47385d4a3ad817d3681fef8d Mon Sep 17 00:00:00 2001 From: Superwhiskers Date: Mon, 23 Apr 2018 19:37:49 -0500 Subject: [PATCH] i might actually end up using this --- README.md | 1 + setup.go | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ffb3f4..4246488 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ go to the releases, and download the correct binary for your system. just double - [golang](https://golang.org/) - [goproxy](https://github.com/elazarl/goproxy) - [ansicolor](https://github.com/shiena/ansicolor) +- [go-asyncserver](https://github.com/hectane/go-asyncserver) #### building diff --git a/setup.go b/setup.go index 9c61c97..58f5c76 100644 --- a/setup.go +++ b/setup.go @@ -25,8 +25,6 @@ import ( "io/ioutil" "crypto/rsa" "crypto/rand" - //"crypto/aes" - //"crypto/cipher" ) // cert generation function here so i don't need to rewrite it in maryo.go