소스 검색

merge

tags/0.1.3
mikespook 11 년 전
부모
커밋
c3e789b516
2개의 변경된 파일24개의 추가작업 그리고 2개의 파일을 삭제
  1. +22
    -0
      .gitignore
  2. +2
    -2
      README.md

+ 22
- 0
.gitignore 파일 보기

@@ -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

+ 2
- 2
README.md 파일 보기

@@ -1,5 +1,5 @@
# Gearman API for golang
Gearman-Go
==========
This package is a [Gearman](http://gearman.org/) API for [Golang](http://golang.org).
It was implemented a native protocol for both worker and client API.



불러오는 중...
취소
저장