Cache Failover

This is a simple challenge to make some skill tests with Golang.

The idea is create an API that do this stuffs:

  • Create multiple customers by sending a json to the API
  • Delete all customers
  • Consult all customers

To bo continue....