You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 475 B

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/pkg/gearman/
  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