internal

package
v0.196.1 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GitRoot added in v0.130.0

func GitRoot(dir string) string

GitRoot returns the root of the git repository containing dir, or empty string if dir is not in a git repository.

If dir is empty, the current working directory is used.

func ScaffoldZip added in v0.96.0

func ScaffoldZip(source *zip.Reader, destination string, ctx any, options ...scaffolder.Option) error

ScaffoldZip is a convenience function for scaffolding a zip archive with scaffolder.

func UnzipDir added in v0.45.0

func UnzipDir(zipReader *zip.Reader, destDir string) error

UnzipDir unzips a ZIP archive into the specified directory.

func ZipDir added in v0.45.0

func ZipDir(srcDir, destZipFile string) error

func ZipRelativeToCaller added in v0.58.4

func ZipRelativeToCaller(relativePath string) *zip.Reader

ZipRelativeToCaller creates a temporary zip file from a path relative to the caller.

This function will leak a file descriptor and thus can only be used in development.

Types

This section is empty.

Directories

Path Synopsis
Package automaxprocs sets GOMAXPROCS to match Linux container CPU quota.
Package automaxprocs sets GOMAXPROCS to match Linux container CPU quota.
Package goast provides a useful visitor for the Go AST.
Package goast provides a useful visitor for the Go AST.
Package reflect implements the proposal https://go.dev/issue/51520.
Package reflect implements the proposal https://go.dev/issue/51520.
rpc

Jump to

Keyboard shortcuts

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