# README
If you want to test, first start a zipkin server :
docker run -d -p 9411:9411 openzipkin/zipkin
then :
go run main.go
You can now go to find your trace on :
http://localhost:9411/zipkin/
If you want to test, first start a zipkin server :
docker run -d -p 9411:9411 openzipkin/zipkin
then :
go run main.go
You can now go to find your trace on :
http://localhost:9411/zipkin/