6 lines
90 B
Go
6 lines
90 B
Go
package main
|
|
|
|
type Action func(inputs ...string) string
|
|
|
|
var ActionList map[string]Action
|