Skip to content

Commit

Permalink
[ci skip] Add EOL-warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 8, 2016
1 parent 7b9bedc commit d6c11c7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cache/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cache

## EOL-warning

**This package has been abandoned on 2016-12-07. Please use [gin-contrib/cache](https://github.com/gin-contrib/cache) instead.**
5 changes: 5 additions & 0 deletions cors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cors

## EOL-warning

**This package has been abandoned on 2016-12-07. Please use [gin-contrib/cors](https://github.com/gin-contrib/cors) instead.**
5 changes: 5 additions & 0 deletions gzip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# gzip

## EOL-warning

**This package has been abandoned on 2016-12-07. Please use [gin-contrib/gzip](https://github.com/gin-contrib/gzip) instead.**
7 changes: 6 additions & 1 deletion sessions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# sessions

Gin middleware for session management with multi-backend support (currently cookie, Redis).

## EOL-warning

**This package has been abandoned on 2016-12-07. Please use [gin-contrib/sessions](https://github.com/gin-contrib/sessions) instead.**

## Examples

#### cookie-based
Expand Down Expand Up @@ -67,4 +72,4 @@ func main() {
})
r.Run(":8000")
}
```
```

0 comments on commit d6c11c7

Please sign in to comment.