You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Our problem details response body and headers will be look like this:
32
32
content-type: application/problem+json
33
33
date: Thu,29Sep202214:07:23GMT
34
34
```
35
-
There are some samples for using this package on top of Echo [here](./sample/cmd/echo/main.go) and for Gin [here](./sample/cmd/gin/main.go).
35
+
There are some samples for using this package on top of Echo [here](./sample/cmd/echo/main.go), Fiber [here](./sample/cmd/fiber/main.go) and for Gin [here](./sample/cmd/gin/main.go).
0 commit comments