Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alimy/mir
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Mar 6, 2020
2 parents 3656d8a + c1317d1 commit 4417646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mir
[![Build Status](https://api.travis-ci.com/alimy/mir.svg?branch=master)](https://travis-ci.com/alimy/mir)
[![codecov](https://codecov.io/gh/alimy/mir/branch/master/graph/badge.svg)](https://codecov.io/gh/alimy/mir)
[![GoDoc](https://godoc.org/github.com/alimy/mir?status.svg)](https://godoc.org/github.com/alimy/mir)
[![GoDoc](https://godoc.org/github.com/alimy/mir?status.svg)](https://pkg.go.dev/github.com/alimy/mir/v2)

Mir is used for register handler to http router(eg: [Gin](https://github.com/gin-gonic/gin), [Chi](https://github.com/go-chi/chi), [Echo](https://github.com/labstack/echo), [Iris](https://github.com/kataras/iris), [Macaron](https://github.com/go-macaron/macaron), [Mux](https://github.com/gorilla/mux), [httprouter](https://github.com/julienschmidt/httprouter))
depends on struct tag string info that defined in logic object's struct type field.
Expand All @@ -11,7 +11,7 @@ Mir is used for register handler to http router(eg: [Gin](https://github.com/gin
* Generate a simple template project
```
% go get github.com/alimy/mir/mirc/v2@latest
% mir new -d mir-examples
% mirc new -d mir-examples
% tree mir-examples
mir-examples
├── Makefile
Expand Down

0 comments on commit 4417646

Please sign in to comment.