fileutils

package
v6.12.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2015 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 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
	SavePath() string
}

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