Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Change module path to clevergo.tech/clevergo
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 17, 2020
1 parent 9daabab commit ecb4a99
Show file tree
Hide file tree
Showing 15 changed files with 1,361 additions and 1,426 deletions.
81 changes: 0 additions & 81 deletions CHANGELOG.md

This file was deleted.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# CleverGo
[![Build Status](https://travis-ci.org/clevergo/clevergo.svg?branch=master)](https://travis-ci.org/clevergo/clevergo)
[![Go Report Card](https://goreportcard.com/badge/github.com/clevergo/clevergo)](https://goreportcard.com/report/github.com/clevergo/clevergo)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/clevergo/clevergo?tab=doc)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/clevergo.tech/clevergo?tab=doc)
[![Release](https://img.shields.io/github/release/clevergo/clevergo.svg?style=flat-square)](https://github.com/clevergo/clevergo/releases)
[![Sourcegraph](https://sourcegraph.com/github.com/clevergo/clevergo/-/badge.svg)](https://sourcegraph.com/github.com/clevergo/clevergo?badge)
[![English](https://img.shields.io/badge/doc-English-blue)](https://clevergo.tech/docs/)
[![简体中文](https://img.shields.io/badge/文档-简体中文-blue)](https://clevergo.tech/zh/docs/)
[![繁體中文](https://img.shields.io/badge/文檔-繁體中文-blue)](https://clevergo.tech/zh-hant/docs/)

CleverGo is a lightweight, feature rich and trie based high performance HTTP request router.

![Benchmark](https://clevergo.tech/img/benchmark.png)

## Documentations

- [English](https://clevergo.tech/docs/)
- [简体中文](https://clevergo.tech/zh/docs/)
- [繁體中文](https://clevergo.tech/zh-hant/docs/)

## Features

- **High Performance:** extremely fast, see [Benchmark](https://clevergo.tech/docs/benchmark).
Expand Down
Loading

0 comments on commit ecb4a99

Please sign in to comment.