From d2f2558fdf5a0011132b3f61297b9104560cb147 Mon Sep 17 00:00:00 2001 From: Levente Batuska Date: Mon, 9 Mar 2026 20:31:43 +0100 Subject: [PATCH] chore(SimpleRouter)!: promoted from unstable --- {unstable/simplerouter => simplerouter}/router.go | 0 {unstable/simplerouter => simplerouter}/router_test.go | 0 {unstable/simplerouter => simplerouter}/types.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {unstable/simplerouter => simplerouter}/router.go (100%) rename {unstable/simplerouter => simplerouter}/router_test.go (100%) rename {unstable/simplerouter => simplerouter}/types.go (100%) diff --git a/unstable/simplerouter/router.go b/simplerouter/router.go similarity index 100% rename from unstable/simplerouter/router.go rename to simplerouter/router.go diff --git a/unstable/simplerouter/router_test.go b/simplerouter/router_test.go similarity index 100% rename from unstable/simplerouter/router_test.go rename to simplerouter/router_test.go diff --git a/unstable/simplerouter/types.go b/simplerouter/types.go similarity index 100% rename from unstable/simplerouter/types.go rename to simplerouter/types.go