$ go get clevergo.tech/captchas/stores/memstore
store := memstore.New(
memstore.Expiration(10*time.Minute), // captcha expiration, optional.
memstore.GCInterval(time.Minute), // garbage collection interval to delete expired captcha, optional.
)
Inspired by scs.memstore.