See ./tor
folder
Too start project use next commands:
make start_tarantool
after that open another terminal and run:
go run src/main.go
To run tests start tarantool as described above and run make tests
Current version of tests is not good enough, so do
make clean
every time you run it