Documentation ¶
Index ¶
- Constants
- func BatchString(batchSize int, strings ...string) [][]string
- func ContainEllipsis(str string) bool
- func EllipsisCentral(str string, limit int) string
- func Hostname() string
- func Round(num float64) int
- func RoundUnit(x, unit float64) float64
- func Scheduler(ctx context.Context, tick time.Duration, shift time.Duration) <-chan time.Time
- func SplitEllipsis(str string) []string
- func ToFixed(num float64, precision int) float64
Constants ¶
View Source
const (
Ellipsis = "..."
)
Variables ¶
This section is empty.
Functions ¶
func BatchString ¶ added in v0.0.3
func ContainEllipsis ¶ added in v0.0.4
func EllipsisCentral ¶ added in v0.0.3
func SplitEllipsis ¶ added in v0.0.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.