mikespook před 11 roky
rodič
revize
c3e789b516
2 změnil soubory, kde provedl 24 přidání a 2 odebrání
  1. +22
    -0
      .gitignore
  2. +2
    -2
      README.md

+ 22
- 0
.gitignore Zobrazit soubor

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

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



Načítá se…
Zrušit
Uložit