_1_before

package
v0.0.0-...-24b7180 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SingSolo

func SingSolo(favorite string)

Types

type Beatle

type Beatle interface {
	Sing()
	PlayInstrument()
}

type George

type George struct{}

func (George) PlayInstrument

func (j George) PlayInstrument()

func (George) Sing

func (j George) Sing()

type John

type John struct{}

func (John) PlayInstrument

func (j John) PlayInstrument()

func (John) Sing

func (j John) Sing()

type Paul

type Paul struct{}

func (Paul) PlayInstrument

func (j Paul) PlayInstrument()

func (Paul) Sing

func (j Paul) Sing()

type Ringo

type Ringo struct{}

func (Ringo) PlayInstrument

func (j Ringo) PlayInstrument()

func (Ringo) Sing

func (j Ringo) Sing()

Jump to

Keyboard shortcuts

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