MCPcopy
hub / github.com/inancgumus/learngo / print

Method print

interfaces/08-promoted-methods/list.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13type item interface {
14 print()
15 discount(ratio float64)
16}
17

Callers 13

loopFunction · 0.65
PrintMethod · 0.65
mainFunction · 0.65
announceFunction · 0.65
printMethod · 0.65
printMethod · 0.65
printMethod · 0.65
printMethod · 0.65
printMethod · 0.65
printMethod · 0.65
mainFunction · 0.65
printMethod · 0.65

Implementers 11

gameinterfaces/05-type-assertion/game.go
toyinterfaces/05-type-assertion/toy.go
gameinterfaces/04-interfaces/game.go
gameinterfaces/07-type-switch/game.go
toyinterfaces/07-type-switch/toy.go
productinterfaces/08-promoted-methods/product
productinterfaces/09-little-refactor/product.
gameinterfaces/03-nonstructs/game.go
gameinterfaces/06-empty-interface/game.go
toyinterfaces/06-empty-interface/toy.go
gameinterfaces/02-receivers/game.go

Calls

no outgoing calls

Tested by

no test coverage detected