Skip to content

add custom abort handler to ginutil

Compare
Choose a tag to compare
@elv-serban elv-serban released this 29 Apr 23:51
· 10 commits to master since this release
37fdf98

What's Changed

  • add custom abort handler to ginutil by @lukseven in #43
    • Allows to intercept calls to ginutil.Abort() or ginutil.AbortWithStatus() and modify their behavior.

Full Changelog: v1.0.24...v1.0.25