Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFileNotFound = errors.New("arquivo não encontrado")
)
Functions ¶
Types ¶
type WriteCounter ¶
type WriteCounter struct {
Total uint64
}
WriteCounter counts the number of bytes written the io.Writer. source: https://golangcode.com/download-a-file-with-progress/
Click to show internal directories.
Click to hide internal directories.