8 lines
190 B
Go
8 lines
190 B
Go
package hopp
|
|
|
|
import "git.tebibyte.media/sashakoshka/go-util/container"
|
|
|
|
// Option is an alias for ucontainer.Option, defined here for convenience
|
|
type Option[T any] = ucontainer.Option[T]
|
|
|