From ea9e9c6b70b84f35a0867f42e29c2bceaea5fca9 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 09:32:53 -0600 Subject: [PATCH] rename clitest to http --- cmd/{clitest => http}/bpi.dat | 0 cmd/{clitest => http}/draw.sh | 0 cmd/{clitest => http}/macro.d | 0 cmd/{clitest => http}/main.go | 0 cmd/{clitest => http}/moolah.dat | 0 cmd/{clitest => http}/public/explore.html | 0 cmd/{clitest => http}/public/index.html | 0 cmd/{clitest => http}/public/transactions.html | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{clitest => http}/bpi.dat (100%) rename cmd/{clitest => http}/draw.sh (100%) rename cmd/{clitest => http}/macro.d (100%) rename cmd/{clitest => http}/main.go (100%) rename cmd/{clitest => http}/moolah.dat (100%) rename cmd/{clitest => http}/public/explore.html (100%) rename cmd/{clitest => http}/public/index.html (100%) rename cmd/{clitest => http}/public/transactions.html (100%) diff --git a/cmd/clitest/bpi.dat b/cmd/http/bpi.dat similarity index 100% rename from cmd/clitest/bpi.dat rename to cmd/http/bpi.dat diff --git a/cmd/clitest/draw.sh b/cmd/http/draw.sh similarity index 100% rename from cmd/clitest/draw.sh rename to cmd/http/draw.sh diff --git a/cmd/clitest/macro.d b/cmd/http/macro.d similarity index 100% rename from cmd/clitest/macro.d rename to cmd/http/macro.d diff --git a/cmd/clitest/main.go b/cmd/http/main.go similarity index 100% rename from cmd/clitest/main.go rename to cmd/http/main.go diff --git a/cmd/clitest/moolah.dat b/cmd/http/moolah.dat similarity index 100% rename from cmd/clitest/moolah.dat rename to cmd/http/moolah.dat diff --git a/cmd/clitest/public/explore.html b/cmd/http/public/explore.html similarity index 100% rename from cmd/clitest/public/explore.html rename to cmd/http/public/explore.html diff --git a/cmd/clitest/public/index.html b/cmd/http/public/index.html similarity index 100% rename from cmd/clitest/public/index.html rename to cmd/http/public/index.html diff --git a/cmd/clitest/public/transactions.html b/cmd/http/public/transactions.html similarity index 100% rename from cmd/clitest/public/transactions.html rename to cmd/http/public/transactions.html