Skip to content

Commit 421ef1d

Browse files
authored
Merge pull request #202 from canidam/master
Update README with a new echo package with bug fixes
2 parents 9e10e1a + dfca2ad commit 421ef1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Note that the `http.ResponseWriter` passed on by the [`LoadAndSave()`](https://p
307307

308308
### Compatibility
309309

310-
You may have some problems using this package with Go frameworks that do not propagate the request context from standard-library compatible middleware, like [Echo](https://github.com/alexedwards/scs/issues/57) and [Fiber](https://github.com/alexedwards/scs/issues/106). If you are using Echo, please use the [echo-scs-session](https://github.com/spazzymoto/echo-scs-session) fork of this package instead.
310+
You may have some problems using this package with Go frameworks that do not propagate the request context from standard-library compatible middleware, like [Echo](https://github.com/alexedwards/scs/issues/57) and [Fiber](https://github.com/alexedwards/scs/issues/106). If you are using Echo, you may wish to evaluate using the [echo-scs-session](https://github.com/canidam/echo-scs-session) package for session management.
311311

312312
### Contributing
313313

0 commit comments

Comments
 (0)