9 lines
93 B
Go
9 lines
93 B
Go
package broker
|
|
|
|
import (
|
|
"../tg"
|
|
)
|
|
|
|
func executeClientCommand(action tg.ClientCommand) {
|
|
|
|
}
|