コード例 #1
0
ファイル: get.go プロジェクト: schmichael/beanstalkcli
func getRelease(c *beanstalk.Conn, id uint64, body []byte) {
	c.Release(id, PRI, 0)
}