Closed gvacaliuc closed 5 years ago
This patch adds the structure for a simple go project as well as a very simple HTTP server.
(from the 'server' directory)
go build
go run server.go
or
./server
$ curl localhost:3000/hello hello
The test in apiserver_test.go doesn't actually work, need to update that!
apiserver_test.go
This patch adds the structure for a simple go project as well as a very simple HTTP server.
build
(from the 'server' directory)
run the server!
or
make an api request