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