This commit is contained in:
Xing 2012-12-20 18:51:15 -08:00
коміт 5a4406799b
2 змінених файлів з 26 додано та 0 видалено

22
.gitignore сторонній Normal file

@ -0,0 +1,22 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

4
README.md Normal file

@ -0,0 +1,4 @@
gearman-go
==========
This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.