Versions in this module Expand all Collapse all v0 v0.0.1 Nov 22, 2024 Changes in this version + func Deduplicate(items []string) []string + func UniqueDirectories(files []string) []string + type CmdOutput struct + Stderr bytes.Buffer + Stdout bytes.Buffer + func ExecuteCmd(name string, args ...string) (*CmdOutput, error)