Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGitFilesystem ¶
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.
Click to show internal directories.
Click to hide internal directories.