示例#1
0
func getBury(c *beanstalk.Conn, id uint64, body []byte) {
	c.Bury(id, 0)
}