8 lines
83 B
Go
8 lines
83 B
Go
package tool
|
|
|
|
import "hash/maphash"
|
|
|
|
type Self struct {
|
|
commandMap maphash.Hash
|
|
}
|