alexedwards / scs

HTTP Session Management for Go
MIT License
2.05k stars 165 forks source link

delete minor unreachable code caused by log.Fatal #147

Closed Abirdcfly closed 1 year ago

Abirdcfly commented 1 year ago

Signed-off-by: Abirdcfly fp544037857@gmail.com

https://pkg.go.dev/log#Fatal

Fatal is equivalent to Print() followed by a call to os.Exit(1).

alexedwards commented 1 year ago

Thanks!