This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
clessy/broker/action.go

10 lines
91 B
Go
Raw Normal View History

2016-02-08 16:57:27 +00:00
package main
2016-02-08 13:47:10 +00:00
import (
"../tg"
)
func executeClientCommand(action tg.ClientCommand) {
}