task.go 99 B

1234567
  1. package client
  2. import "log"
  3. func (client *Client) task(inputs []string) {
  4. log.Println(inputs)
  5. }