internal

package
v0.0.0-3.14.5-20260602... Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultPythonRemovePatterns = []glob.Glob{
	glob.MustCompile("__pycache__"),
	glob.MustCompile("**/__pycache__"),
	glob.MustCompile("**.a"),
	glob.MustCompile("**.pdb"),
	glob.MustCompile("**.pyc"),
	glob.MustCompile("**/test_*.py"),
	glob.MustCompile("**/*.dist-info"),
}

Functions

func CleanupPythonDir

func CleanupPythonDir(dir string, keepPatterns []glob.Glob) error

func Exists

func Exists(path string) bool

func ExtractTarStream

func ExtractTarStream(r io.Reader, targetPath string) error

func StripBinaries

func StripBinaries(path string, arch string) error

Types

This section is empty.

Directories

Path Synopsis
Package convert provides utilities for converting content such as line endings and determining binary files.
Package convert provides utilities for converting content such as line endings and determining binary files.

Jump to

Keyboard shortcuts

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