ynishi / go-data-ope

simple data operation with go.
Apache License 2.0
0 stars 0 forks source link

simple adding plugin(handler) #10

Open ynishi opened 6 years ago

ynishi commented 6 years ago

simple and seamless plugin style.

sampe flow(like http lib)

ynishi commented 6 years ago

support recover panic. recover is rare, but it is better that app is alive even if handler make panic.