uproot

package module
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

uproot

tiny library for uprooting embedded filesystems in go

Documentation

Overview

Package uproot provides simplified access to files that are embedded in an embed.FS.

No support for files which are ambedded as []byte or string.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(eFS *embed.FS) (*uproot, error)

Creates a new instance of uproot

Types

type Uproot

type Uproot interface {
	FS() *embed.FS
	TmpDir() string
	Files() []string
}

Jump to

Keyboard shortcuts

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