Skip to content

Commit

Permalink
chore: remove support fiber
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 27, 2021
1 parent e1a6adb commit 434871d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 347 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ API Handler Testing for Golang Web framework.
* [x] [Pat](https://github.com/gorilla/pat)
* [x] [beego](https://github.com/astaxie/beego)

## Usage
## Install

Download this package.

Expand Down
29 changes: 0 additions & 29 deletions _example/fiberEng.go

This file was deleted.

42 changes: 0 additions & 42 deletions _example/fiberEng_test.go

This file was deleted.

6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ module github.com/appleboy/gofight/v2

go 1.13

require (
github.com/astaxie/beego v1.12.3 // indirect
github.com/gofiber/fiber/v2 v2.3.3
github.com/stretchr/testify v1.7.0
)
require github.com/stretchr/testify v1.7.0
Loading

0 comments on commit 434871d

Please sign in to comment.