From 348caca2d8204f54229871a47d172fd9b8fff147 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Thu, 25 May 2023 22:52:14 +0100 Subject: [PATCH] formerly chuck's --- go.mod | 2 +- mconsul/globals.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b7ec9cf..54c4ad2 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module git.sr.ht/~ogham/doom -go 1.19 +go 1.20 require github.com/go-chi/chi/v5 v5.0.8 diff --git a/mconsul/globals.go b/mconsul/globals.go index a35e1f8..57d111a 100644 --- a/mconsul/globals.go +++ b/mconsul/globals.go @@ -6,6 +6,5 @@ package mconsul var GlobalAddress string // GlobalRandomSelection holds whether to return a random address of a service, -// rather than the nearest one to the Consul agent. Make sure to seed the random -// number generator before setting this. +// rather than the nearest one to the Consul agent. var GlobalRandomSelection bool -- 2.45.2