tools

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package tools contains other helper functions too small to justify their own package NOTE: Subject to change, do not rely on this package from outside git-lfs source

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanPaths

func CleanPaths(paths, delim string) (cleaned []string)

CleanPaths splits the given `paths` argument by the delimiter argument, and then "cleans" that path according to the filepath.Clean function (see https://golang.org/pkg/file/filepath#Clean).

func CleanPathsDefault

func CleanPathsDefault(paths, delim string, fallback []string) []string

CleanPathsDefault cleans the paths contained in the given `paths` argument delimited by the `delim`, argument. If an empty set is returned from that split, then the fallback argument is returned instead.

Types

This section is empty.

Jump to

Keyboard shortcuts

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