Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
10
type
Mover
interface
{
11
Move()
12
}
13
14
// Locker provides support for locking and unlocking things.
Callers
nothing calls this directly
Implementers
1
bike
chapter10/listing05/listing05.go
Calls
no outgoing calls
Tested by
no test coverage detected