util

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package util common utilities or other elements shared across github.com/dave/diskfs packages

Index

Constants

View Source
const (
	AppNameVersion = "https://github.com/dave/diskfs"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	io.ReaderAt
	io.WriterAt
	io.Seeker
}

File interface that can be read from and written to. Normally implemented as actual os.File, but useful as a separate interface so can easily use alternate implementations.

Jump to

Keyboard shortcuts

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