initial commit of api

This commit is contained in:
David
2020-08-06 14:15:14 -04:00
parent 5db9d387df
commit a651b9cd73
9 changed files with 420 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/RedVentures/agentx-loadtest-lunchandlearn
go 1.13
require (
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/uuid v1.1.1
)