directory

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: ISC Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type uint

Type can be "New", "Old", "Both", or "None"

const (
	// New beatmap format
	New Type = 0
	// Old beatmap format
	Old Type = 1
	// Both beatmap formats
	Both Type = 2
	// None No beatmap formats
	None Type = 3
)

func ReadType

func ReadType(path string) (Type, error)

ReadType reads a directory and returns its type

func (Type) String

func (t Type) String() string

func (Type) Valid

func (t Type) Valid() bool

Valid Directory type can be used to convert automatically

Jump to

Keyboard shortcuts

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