Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 410 Bytes

File metadata and controls

16 lines (8 loc) · 410 Bytes

Slice helpers

GoDev

Realize OneOf type.

OneOf allows to store different types in one variable. It supports also JSON marshalling and unmarshalling.

For example see [examples_test.go].

Documentation

GoDoc