Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 13 gadiem
12345678910111213141516171819202122232425
  1. Gearman API for golang
  2. This module is Gearman API for golang.
  3. It was implemented a native protocol for both worker and client API.
  4. - INSTALL
  5. $ cd ./src/
  6. $ make install
  7. - SAMPLE OF USAGE
  8. # example/worker.go
  9. $ make worker
  10. $ ./worker
  11. # example/client.go
  12. $ make client
  13. $ ./client
  14. - Code format
  15. gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)
  16. ----
  17. xingxing<mikespook@gmail.com>
  18. http://mikespook.com
  19. http://twitter.com/mikespook