bar

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: BSD-3-Clause Imports: 1 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bar

type Bar struct{}

func (Bar) UnusedInterfaceMethod

func (Bar) UnusedInterfaceMethod()

This method is unused but cannot be eliminated yet. https://github.com/golang/go/issues/38685

func (Bar) UnusedNonInterfaceMethod

func (Bar) UnusedNonInterfaceMethod()

This method is unused and should be eliminated.

func (Bar) UsedInterfaceMethod

func (Bar) UsedInterfaceMethod()

type Interface

type Interface interface {
	UsedInterfaceMethod()
	UnusedInterfaceMethod()
}

Jump to

Keyboard shortcuts

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