From feb082f858034aa4284e2341510d1cdd6997f66f Mon Sep 17 00:00:00 2001 From: alt-dima Date: Wed, 1 May 2024 19:18:46 +0300 Subject: [PATCH] fix strClient1RoutePaths --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8ab5621..77d0e59 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,7 @@ func main() { client1RoutePaths := slicePointersToValues(client1Route.Paths) client1RouteHosts := slicePointersToValues(client1Route.Hosts) - strClient1RoutePaths := fmt.Sprint(client1RoutePaths) + strClient1RoutePaths := fmt.Sprint(client1RouteHosts) + fmt.Sprint(client1RoutePaths) for _, client2Route := range allRoutesClient2 {