add comment

This commit is contained in:
Caleb Doxsey 2024-05-01 08:49:24 -06:00
parent 3f58d8cd8f
commit 3d43939741

View file

@ -48,6 +48,8 @@ func nextSessionRefresh(
return tm
}
// a multiUnmarshaler is used as the target of the json Unmarshal function to
// unmarshal a single JSON value into multiple destinations.
type multiUnmarshaler []any
func newMultiUnmarshaler(args ...any) *multiUnmarshaler {