forked from yuxh/gearman-go
		
	For the goinstall command, move files out of sub-dir.
--HG-- rename : src/gearman/client/job.go => src/gearman/clientjob.go rename : src/gearman/worker/jobclient.go => src/gearman/jobclient.go rename : src/gearman/worker/job.go => src/gearman/workerjob.go
This commit is contained in:
		
							parent
							
								
									e902ac0573
								
							
						
					
					
						commit
						4b8306e3bd
					
				@ -7,10 +7,10 @@ include $(GOROOT)/src/Make.inc
 | 
				
			|||||||
TARG=gearman
 | 
					TARG=gearman
 | 
				
			||||||
GOFILES=\
 | 
					GOFILES=\
 | 
				
			||||||
	gearman.go\
 | 
						gearman.go\
 | 
				
			||||||
	worker/job.go\
 | 
						workerjob.go\
 | 
				
			||||||
	worker/jobclient.go\
 | 
						jobclient.go\
 | 
				
			||||||
	worker.go\
 | 
						worker.go\
 | 
				
			||||||
	client/job.go\
 | 
						clientjob.go\
 | 
				
			||||||
	client.go\
 | 
						client.go\
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CLEANFILES+=gearman_test
 | 
					CLEANFILES+=gearman_test
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user