encoding

package module
v1.21.3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: OSL-3.0 Imports: 3 Imported by: 5

README

Encoding

Yeah so it sounds like you and me had the same journey here, and uh yeah I'm glad to find someone who's on the other side of it. So uh tell me what did you do?

Uh what do you mean?

Like what do you do?

I mean I hit both shift keys, and I type the letters with my nose.

I know that that's what I've been doing too, but what did you do so you don't have to do that anymore?

No that's what I do.

Joel Haver (2021)

Data parsers and formatters

Contact

email
srpen6@gmail.com
Discord
srpen6
https://discord.com/invite/WWq6rFb8Rf

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Format = "{{if .Show}}" +
	"{{.Show}} - {{.Season}} {{.Episode}} - {{.Title}}" +
	"{{else}}" +
	"{{.Title}} - {{.Year}}" +
	"{{end}}"

Functions

func Clean added in v1.20.5

func Clean(s string) string

func Name added in v1.18.0

func Name(n Namer) (string, error)

Types

type Cardinal

type Cardinal float64

func (Cardinal) String

func (c Cardinal) String() string

type Namer added in v1.18.0

type Namer interface {
	Show() string
	Season() int
	Episode() int
	Title() string
	Year() int
}

type Percent

type Percent float64

func (Percent) String

func (p Percent) String() string

type Rate

type Rate float64

func (Rate) String

func (r Rate) String() string

type Size

type Size float64

func (Size) String

func (s Size) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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