Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 260 Bytes

File metadata and controls

13 lines (8 loc) · 260 Bytes

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....