~ogham/doom

392703f34be00617292268b4fc0f367ef96c8019 — Benjamin Sago 1 year, 7 months ago 25ace04
forget it
2 files changed, 0 insertions(+), 2 deletions(-)

M mconsul/kv.go
M mconsul/services.go
M mconsul/kv.go => mconsul/kv.go +0 -1
@@ 36,7 36,6 @@ func fetchValueFromKvStore(key string) ([]byte, error) {
    if consulToken != "" {
        req.Header.Set("X-Consul-Token", consulToken)
    }
    consulToken = ""

    // Make the request and wait for a response
    client := &http.Client{}

M mconsul/services.go => mconsul/services.go +0 -1
@@ 41,7 41,6 @@ func fetchServiceAddress(serviceName string) (*FoundService, error) {
    if consulToken != "" {
        req.Header.Set("X-Consul-Token", consulToken)
    }
    consulToken = ""

    // Make the request and wait for a response
    client := &http.Client{}