m3u

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tag

type Tag struct {
	Name string
	Flag map[string]Value
	Keys []string
	Arg  []Value
	Line []string
}

func Parse

func Parse(r io.Reader) (t []Tag, err error)

func (Tag) String

func (t Tag) String() string

func (Tag) Value

func (t Tag) Value(key string) (val string)

type Value

type Value struct {
	V     string
	Quote bool
	Wrap  bool
}

func (Value) String

func (v Value) String() string

Jump to

Keyboard shortcuts

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