go

Go - Consul Get KV

Overview Recently I was requested to connect to an instance of Consul to grab some information for a project. I have never heard of Consul before. There is many things that it can do and has built right into it. One of the features it has is a “Key / Value Store”. An organization or person can spin up an instance of Consul and store some basic information in it. Here I am learning and sharing.