fileutils

package
v6.8.0+incompatible Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFile

func CopyFile(dst, src string) error

func IsRegular

func IsRegular(f os.FileInfo) bool

func TempDir

func TempDir(namePrefix string, cb func(tmpDir string, err error))

func TempFile

func TempFile(namePrefix string, cb func(tmpFile *os.File, err error))

Types

type Downloader

type Downloader interface {
	DownloadFile(string) (int64, string, error)
	RemoveFile() error
}

func NewDownloader

func NewDownloader(saveDir string) Downloader

Jump to

Keyboard shortcuts

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