added new lines.
This commit is contained in:
parent
e0c1537e8e
commit
79e383a639
13
README.md
13
README.md
@ -1,10 +1,11 @@
|
|||||||
# Gearman API for golang
|
# Gearman API for golang
|
||||||
|
|
||||||
This module is Gearman API for golang.
|
This module is Gearman API for golang. It was implemented a native
|
||||||
It was implemented a native protocol for both worker and client API.
|
protocol for both worker and client API.
|
||||||
|
|
||||||
Copyright 2012 Xing Xing <mikespook@gmail.com> All rights reserved.
|
Copyright 2012 Xing Xing <mikespook@gmail.com> All rights reserved.
|
||||||
Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
Use of this source code is governed by a MIT license that can be found
|
||||||
|
in the LICENSE file.
|
||||||
|
|
||||||
# INSTALL
|
# INSTALL
|
||||||
|
|
||||||
@ -26,13 +27,17 @@ This will install the client and the worker automatically:
|
|||||||
## Worker
|
## Worker
|
||||||
|
|
||||||
> $ cd example
|
> $ cd example
|
||||||
|
>
|
||||||
> $ go build worker
|
> $ go build worker
|
||||||
|
>
|
||||||
> $ ./worker
|
> $ ./worker
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
|
||||||
> $ cd example
|
> $ cd example
|
||||||
|
>
|
||||||
> $ go build client
|
> $ go build client
|
||||||
|
>
|
||||||
> $ ./client
|
> $ ./client
|
||||||
|
|
||||||
# Code format
|
# Code format
|
||||||
@ -42,5 +47,7 @@ This will install the client and the worker automatically:
|
|||||||
# Contacts
|
# Contacts
|
||||||
|
|
||||||
xingxing<mikespook@gmail.com>
|
xingxing<mikespook@gmail.com>
|
||||||
|
|
||||||
http://mikespook.com
|
http://mikespook.com
|
||||||
|
|
||||||
http://twitter.com/mikespook
|
http://twitter.com/mikespook
|
||||||
|
Loading…
Reference in New Issue
Block a user