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 Apr 7, 2019
2 parents a59d83f + a6b6db8 commit 94755db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ func main() {
engine.Run()
}

```
```

### Sample code use mir build web application
* [github.com/alimy/mir-music](https://github.com/alimy/mir-music) : use [mir](https://github.com/alimy/mir)+[gin](https://github.com/gin-gonic/gin) build a sample music infomation service app like [spring-music](https://github.com/cloudfoundry-samples/spring-music).
* [github.com/alimy/chi-music](https://github.com/alimy/chi-music) : use [mir](https://github.com/alimy/mir)+[go-chi](https://github.com/go-chi/chi) implement [spring-music](https://github.com/cloudfoundry-samples/spring-music) in golang.

0 comments on commit 94755db

Please sign in to comment.