forked from yuxh/gearman-go
		
	--HG-- rename : src/pkg/gearman/Makefile => src/Makefile rename : src/pkg/gearman/client.go => src/client.go rename : src/pkg/gearman/client/job.go => src/client/job.go rename : src/pkg/gearman/client_test.go => src/client_test.go rename : src/pkg/gearman/gearman.go => src/gearman.go rename : src/pkg/gearman/worker.go => src/worker.go rename : src/pkg/gearman/worker/job.go => src/worker/job.go rename : src/pkg/gearman/worker/jobclient.go => src/worker/jobclient.go rename : src/pkg/gearman/worker_test.go => src/worker_test.go
		
			
				
	
	
		
			26 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Gearman API for golang
 | 
						|
 | 
						|
This module is Gearman API for golang. 
 | 
						|
It was implemented a native protocol for both worker and client API.
 | 
						|
 | 
						|
- INSTALL
 | 
						|
  $ cd ./src/
 | 
						|
  $ make install
 | 
						|
 | 
						|
- SAMPLE OF USAGE
 | 
						|
  # example/worker.go
 | 
						|
  $ make worker
 | 
						|
  $ ./worker
 | 
						|
 | 
						|
  # example/client.go
 | 
						|
  $ make client
 | 
						|
  $ ./client
 | 
						|
 | 
						|
- Code format
 | 
						|
  gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)
 | 
						|
 | 
						|
----
 | 
						|
xingxing<mikespook@gmail.com>
 | 
						|
http://mikespook.com
 | 
						|
http://twitter.com/mikespook
 |