lib

package
v0.0.0-...-da67989 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DirExists

func DirExists(path string) bool

DirExists checks to see if the Path given points to a folder that exists

func GetGitFilesystem

func GetGitFilesystem(gitURL string) (afero.Fs, error)

GetGitFilesystem loads a remote Git repository into an in-memory virtual file system

func SNF

func SNF(args ...any)

SNF ShouldNotFail helper method that looks through all return values from a function call, detects any error objects that are returned, and if any of them are failure objects then it triggers a panic operation, since errors should not typically happen in practice Example use:

lib.SNF(fmt.FPrintf(...))

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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