Skip to content

Commit 8ac3630

Browse files
committed
chore: update badges and remove embedded code snippet
- Update the CI Lint badge URL to include the branch name - Update the Testing badge URL to include the branch name - Remove the Gitter chat badge - Add an empty line in the `main()` function - Add an empty line in the `main()` function - Remove the embedded code snippet from the README file Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 3a8bd8f commit 8ac3630

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# sessions
22

3-
[![Run CI Lint](https://github.com/gin-contrib/sessions/actions/workflows/lint.yml/badge.svg)](https://github.com/gin-contrib/sessions/actions/workflows/lint.yml)
4-
[![Run Testing](https://github.com/gin-contrib/sessions/actions/workflows/testing.yml/badge.svg)](https://github.com/gin-contrib/sessions/actions/workflows/testing.yml)
3+
[![Run CI Lint](https://github.com/gin-contrib/sessions/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/gin-contrib/sessions/actions/workflows/lint.yml)
4+
[![Run Testing](https://github.com/gin-contrib/sessions/actions/workflows/testing.yml/badge.svg?branch=master)](https://github.com/gin-contrib/sessions/actions/workflows/testing.yml)
55
[![codecov](https://codecov.io/gh/gin-contrib/sessions/branch/master/graph/badge.svg)](https://codecov.io/gh/gin-contrib/sessions)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/gin-contrib/sessions)](https://goreportcard.com/report/github.com/gin-contrib/sessions)
77
[![GoDoc](https://godoc.org/github.com/gin-contrib/sessions?status.svg)](https://godoc.org/github.com/gin-contrib/sessions)
8-
[![Join the chat at https://gitter.im/gin-gonic/gin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gin-gonic/gin)
98

109
Gin middleware for session management with multi-backend support:
1110

@@ -251,6 +250,7 @@ func main() {
251250
### MongoDB
252251

253252
#### mgo
253+
254254
```go
255255
package main
256256

@@ -291,6 +291,7 @@ func main() {
291291
```
292292

293293
#### mongo-driver
294+
294295
```go
295296
package main
296297

@@ -373,7 +374,6 @@ func main() {
373374

374375
### GoRM
375376

376-
[embedmd]:# (_example/gorm/main.go go)
377377
```go
378378
package main
379379

0 commit comments

Comments
 (0)