From eb041fd18c3b53d55b46f567b8e447d008194f89 Mon Sep 17 00:00:00 2001 From: Levente Batuska Date: Sun, 27 Oct 2024 02:25:02 +0200 Subject: [PATCH] chore(SimpleRouter)!: moved to unstable (unstable folder is used for utils that don't yet have a stable api or breaking changes are expected) --- unstable/.gitkeep | 0 {simplerouter => unstable/simplerouter}/router.go | 0 {simplerouter => unstable/simplerouter}/types.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 unstable/.gitkeep rename {simplerouter => unstable/simplerouter}/router.go (100%) rename {simplerouter => unstable/simplerouter}/types.go (100%) diff --git a/unstable/.gitkeep b/unstable/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/simplerouter/router.go b/unstable/simplerouter/router.go similarity index 100% rename from simplerouter/router.go rename to unstable/simplerouter/router.go diff --git a/simplerouter/types.go b/unstable/simplerouter/types.go similarity index 100% rename from simplerouter/types.go rename to unstable/simplerouter/types.go