Skip to content

Commit 434871d

Browse files
committed
chore: remove support fiber
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e1a6adb commit 434871d

File tree

6 files changed

+17
-347
lines changed

6 files changed

+17
-347
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ API Handler Testing for Golang Web framework.
1919
* [x] [Pat](https://github.com/gorilla/pat)
2020
* [x] [beego](https://github.com/astaxie/beego)
2121

22-
## Usage
22+
## Install
2323

2424
Download this package.
2525

_example/fiberEng.go

Lines changed: 0 additions & 29 deletions
This file was deleted.

_example/fiberEng_test.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ module github.com/appleboy/gofight/v2
22

33
go 1.13
44

5-
require (
6-
github.com/astaxie/beego v1.12.3 // indirect
7-
github.com/gofiber/fiber/v2 v2.3.3
8-
github.com/stretchr/testify v1.7.0
9-
)
5+
require github.com/stretchr/testify v1.7.0

0 commit comments

Comments
 (0)