From 0789988eaf10e43b846ec61b2e29d20fe06c9db5 Mon Sep 17 00:00:00 2001
From: Jeevanandam M
+
+ Router by aah framework
+
+
+ -***v0.11 [released](https://github.com/go-aah/router/releases/latest) and tagged on Mar 27, 2018*** +[HTTP Router](http://docs.aahframework.org/routing.html) brings domain and sub-domains routing, it internally uses customized version of radix tree implementation from `github.com/julienschmidt/httprouter` developer by `@julienschmidt`. -HTTP Router it supports domain and sub-domains routing. It's built using radix tree routing algorithm of [httprouter](https://github.com/julienschmidt/httprouter) library. +### News -*`router` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.* + * `v0.12.0` [released](https://github.com/go-aah/router/releases/latest) and tagged on Jul 06, 2018. -# Installation -#### Stable Version - Production Ready -```sh -# install the library +## Installation + +```bash go get -u aahframework.org/router.v0 ``` -Visit official website https://aahframework.org to learn more. +Visit official website https://aahframework.org to learn more about `aah` framework. diff --git a/version.go b/version.go index 4cf9bc1..5f02280 100644 --- a/version.go +++ b/version.go @@ -1,8 +1,8 @@ // Copyright (c) Jeevanandam M. (https://github.com/jeevatkm) -// go-aah/router source code and usage is governed by a MIT style +// aahframework.org/router source code and usage is governed by a MIT style // license that can be found in the LICENSE file. package router // Version no. of aah framework router library -const Version = "0.12.0-edge" +const Version = "0.12.0"