From 8387644019e65adc22f51de6feba564c474b06d9 Mon Sep 17 00:00:00 2001 From: lash Date: Fri, 10 Jan 2025 20:39:36 +0000 Subject: [PATCH] Export http package --- {internal/http => http}/parse.go | 0 {internal/http => http}/server.go | 0 {internal/http => http}/server_test.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {internal/http => http}/parse.go (100%) rename {internal/http => http}/server.go (100%) rename {internal/http => http}/server_test.go (100%) diff --git a/internal/http/parse.go b/http/parse.go similarity index 100% rename from internal/http/parse.go rename to http/parse.go diff --git a/internal/http/server.go b/http/server.go similarity index 100% rename from internal/http/server.go rename to http/server.go diff --git a/internal/http/server_test.go b/http/server_test.go similarity index 100% rename from internal/http/server_test.go rename to http/server_test.go