File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- ## v0.1.0 (October 8, 2022)
1
+ ## v0.1.0 (December 8, 2022)
2
2
3
3
- Initial release after migrating from another repository.
4
4
Original file line number Diff line number Diff line change 1
- # go-middleware
1
+ # gomw
2
2
3
- [ ![ Go reference] ( https://pkg.go.dev/badge/github.com/christowolf/go-middleware .svg )] ( https://pkg.go.dev/github.com/christowolf/go-middleware )
4
- ![ Release] ( https://img.shields.io/github/v/release/ChristoWolf/go-middleware )
5
- ![ Build] ( https://img.shields.io/github/workflow/status/ChristoWolf/go-middleware /Go/main )
6
- ![ Coverage] ( https://img.shields.io/codecov/c/github/ChristoWolf/go-middleware )
7
- [ ![ Go report card] ( https://goreportcard.com/badge/github.com/ChristoWolf/go-middleware )] ( https://goreportcard.com/report/github.com/ChristoWolf/go-middleware )
3
+ [ ![ Go reference] ( https://pkg.go.dev/badge/github.com/christowolf/gomw .svg )] ( https://pkg.go.dev/github.com/christowolf/gomw )
4
+ ![ Release] ( https://img.shields.io/github/v/release/ChristoWolf/gomw )
5
+ ![ Build] ( https://img.shields.io/github/workflow/status/ChristoWolf/gomw /Go/main )
6
+ ![ Coverage] ( https://img.shields.io/codecov/c/github/ChristoWolf/gomw )
7
+ [ ![ Go report card] ( https://goreportcard.com/badge/github.com/ChristoWolf/gomw )] ( https://goreportcard.com/report/github.com/ChristoWolf/gomw )
8
8
9
9
A collection of simple Go middleware based on ` net/http ` .
Original file line number Diff line number Diff line change 1
- module github.com/christowolf/go-middleware
1
+ module github.com/christowolf/gomw
2
2
3
3
go 1.19
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"testing"
13
13
"time"
14
14
15
- "github.com/christowolf/go-middleware /logging"
15
+ "github.com/christowolf/gomw /logging"
16
16
)
17
17
18
18
// TestMiddleware tests the logging middleware.
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
"testing"
11
11
12
- "github.com/christowolf/go-middleware /recovering"
12
+ "github.com/christowolf/gomw /recovering"
13
13
)
14
14
15
15
// TestMiddleware tests the recovering middleware
You can’t perform that action at this time.
0 commit comments