Skip to content

Commit

Permalink
Merge pull request #588 from appleboy/patch-1
Browse files Browse the repository at this point in the history
Add project lists using gin framework.
  • Loading branch information
javierprovecho committed Apr 15, 2016
2 parents cf256f5 + bab63c3 commit 542be2f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648
(3): Heap Memory (B/op)
(4): Average Allocations per Repetition (allocs/op)

##Gin v1. stable
## Gin v1. stable

- [x] Zero allocation router.
- [x] Still the fastest http router and framework. From routing to writing.
Expand All @@ -84,6 +84,7 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648


## Start using it

1. Download and install it:

```sh
Expand All @@ -102,7 +103,7 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648
import "net/http"
```

##API Examples
## API Examples

#### Using GET, POST, PUT, PATCH, DELETE and OPTIONS

Expand Down Expand Up @@ -712,3 +713,10 @@ endless.ListenAndServe(":4242", router)
An alternative to endless:

* [manners](https://github.com/braintree/manners): A polite Go HTTP server that shuts down gracefully.

## Example

Awesome project lists using [Gin](https://github.com/gin-gonic/gin) web framework.

* [drone](https://github.com/drone/drone): Drone is a Continuous Delivery platform built on Docker, written in Go
* [gorush](https://github.com/appleboy/gorush): A push notification server written in Go.

0 comments on commit 542be2f

Please sign in to comment.