MCPcopy Create free account
hub / github.com/goinaction/code / Move

Method Move

chapter10/listing05/listing05.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// Mover provides support for moving things.
10type Mover interface {
11 Move()
12}
13
14// Locker provides support for locking and unlocking things.

Callers

nothing calls this directly

Implementers 1

bikechapter10/listing05/listing05.go

Calls

no outgoing calls

Tested by

no test coverage detected