switching server over to Echo, setting up server struct

This commit is contained in:
2020-06-05 23:32:31 -04:00
parent db2221c515
commit b015680962
7 changed files with 179 additions and 53 deletions

1
go.mod
View File

@@ -6,5 +6,6 @@ require (
github.com/deranjer/clir v1.0.5
github.com/deranjer/store v0.0.0-20200526205429-464dd59c6031
github.com/firstrow/tcp_server v0.0.0-20190424084220-b7a05ff2879d
github.com/labstack/echo/v4 v4.1.16 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
)