From 805f42d828679f5d6f1e22016e0fecb136437ac5 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 1 Jun 2023 02:59:18 -0400 Subject: [PATCH] Changed name of router to hn-router --- cmd/{router => hn-router}/main.go | 0 cmd/{router => hn-router}/srvhnakra/hnakra.go | 0 cmd/{router => hn-router}/srvhttps/https.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{router => hn-router}/main.go (100%) rename cmd/{router => hn-router}/srvhnakra/hnakra.go (100%) rename cmd/{router => hn-router}/srvhttps/https.go (100%) diff --git a/cmd/router/main.go b/cmd/hn-router/main.go similarity index 100% rename from cmd/router/main.go rename to cmd/hn-router/main.go diff --git a/cmd/router/srvhnakra/hnakra.go b/cmd/hn-router/srvhnakra/hnakra.go similarity index 100% rename from cmd/router/srvhnakra/hnakra.go rename to cmd/hn-router/srvhnakra/hnakra.go diff --git a/cmd/router/srvhttps/https.go b/cmd/hn-router/srvhttps/https.go similarity index 100% rename from cmd/router/srvhttps/https.go rename to cmd/hn-router/srvhttps/https.go