utils

package
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CapitalizeFirst added in v0.0.28

func CapitalizeFirst(s string) string

func MergeStringSlicePointers

func MergeStringSlicePointers(slices ...*[]string) *[]string

MergeStringSlicePointers combines multiple string slice pointers, deduplicates values, and sorts them

func MergeStructs

func MergeStructs(dst interface{}, srcs ...interface{})

MergeStructs merges multiple structs of the same type, with later values taking precedence. Only non-zero values from later structs will override earlier values.

func ParseVersions added in v0.0.34

func ParseVersions(versions []string) map[string]string

func RemoveDuplicates

func RemoveDuplicates[T comparable](sliceList []T) []T

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL