Run:
go run main.go
Then open another terminal and run:
curl http://localhost:9096/pets/1
You should then see something like:
{"category":{"id":0,"name":"string"},"id":1,"name":"aspen","photoUrls":["string"],"status":"done","tags":[{"id":0,"name":"string"}]}