Versions in this module Expand all Collapse all v0 v0.2.1 Jun 20, 2025 v0.2.0 Jun 18, 2025 Changes in this version + func CreateNonExistingFolder(path string) error + func JSONFileAddOrUpdate[T any](filePath string, newItem T, isEqual func(a, b T) bool, ...) error + func MergeUniqueSlice[T comparable](a, b []T) []T