Documentation
¶
Index ¶
Constants ¶
View Source
const (
LLGoPackage = "link"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cond ¶
type Cond struct {
// contains filtered or unexported fields
}
type Pool ¶ added in v0.9.1
type Pool struct {
// New optionally specifies a function to generate
// a value when Get would otherwise return nil.
// It may not be changed concurrently with calls to Get.
New func() any
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.