Skip to content

Commit

Permalink
feat: migrated repo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoWolf committed Dec 8, 2022
1 parent 5be7358 commit 828adf3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.1.0 (October 8, 2022)
## v0.1.0 (December 8, 2022)

- Initial release after migrating from another repository.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# go-middleware
# gomw

[![Go reference](https://pkg.go.dev/badge/github.com/christowolf/go-middleware.svg)](https://pkg.go.dev/github.com/christowolf/go-middleware)
![Release](https://img.shields.io/github/v/release/ChristoWolf/go-middleware)
![Build](https://img.shields.io/github/workflow/status/ChristoWolf/go-middleware/Go/main)
![Coverage](https://img.shields.io/codecov/c/github/ChristoWolf/go-middleware)
[![Go report card](https://goreportcard.com/badge/github.com/ChristoWolf/go-middleware)](https://goreportcard.com/report/github.com/ChristoWolf/go-middleware)
[![Go reference](https://pkg.go.dev/badge/github.com/christowolf/gomw.svg)](https://pkg.go.dev/github.com/christowolf/gomw)
![Release](https://img.shields.io/github/v/release/ChristoWolf/gomw)
![Build](https://img.shields.io/github/workflow/status/ChristoWolf/gomw/Go/main)
![Coverage](https://img.shields.io/codecov/c/github/ChristoWolf/gomw)
[![Go report card](https://goreportcard.com/badge/github.com/ChristoWolf/gomw)](https://goreportcard.com/report/github.com/ChristoWolf/gomw)

A collection of simple Go middleware based on `net/http`.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/christowolf/go-middleware
module github.com/christowolf/gomw

go 1.19
2 changes: 1 addition & 1 deletion logging/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"testing"
"time"

"github.com/christowolf/go-middleware/logging"
"github.com/christowolf/gomw/logging"
)

// TestMiddleware tests the logging middleware.
Expand Down
2 changes: 1 addition & 1 deletion recovering/recovering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"testing"

"github.com/christowolf/go-middleware/recovering"
"github.com/christowolf/gomw/recovering"
)

// TestMiddleware tests the recovering middleware
Expand Down

0 comments on commit 828adf3

Please sign in to comment.