package workers type Ping struct { *StdAns } func (a *Ping) GetMsg() string { return "Pong!" }