util

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 1 Imported by: 8

Documentation

Overview

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

Index

Constants

View Source
const (
	// AppNameVersion name and URL to app
	AppNameVersion = "https://github.com/diskfs/go-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