file

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendToFile

func AppendToFile(content string, path string) error

AppendToFile adds content to a local file

func GetFilesWithExtensions

func GetFilesWithExtensions(files []*github.RepositoryContent, extensions []string) []*github.RepositoryContent

GetFileURLsWithExtensions returns all URLs with a certain extension given a URL list

func GetLocalFileContent

func GetLocalFileContent(path string) (string, error)

GetLocalFileContent returns the file content of a local file at a path

func GetRemoteFileContent

func GetRemoteFileContent(fileURL string) (string, error)

GetRemoteFileContent returns the file content of a file at a URL

func RemoveLinesInFile

func RemoveLinesInFile(expression string, path string) error

RemoveLinesInFile deletes lines matching a regex from a local file

Types

This section is empty.

Jump to

Keyboard shortcuts

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