node: all golint warnings fixed (#16773)
* node: all golint warnings fixed * node: rm per peter * node: rm per peter
This commit is contained in:
		
				
					committed by
					
						 Péter Szilágyi
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							09d44247f7
						
					
				
				
					commit
					9af364e42b
				
			| @@ -507,8 +507,8 @@ func TestAPIGather(t *testing.T) { | ||||
| 	} | ||||
| 	// Register a batch of services with some configured APIs | ||||
| 	calls := make(chan string, 1) | ||||
| 	makeAPI := func(result string) *OneMethodApi { | ||||
| 		return &OneMethodApi{fun: func() { calls <- result }} | ||||
| 	makeAPI := func(result string) *OneMethodAPI { | ||||
| 		return &OneMethodAPI{fun: func() { calls <- result }} | ||||
| 	} | ||||
| 	services := map[string]struct { | ||||
| 		APIs  []rpc.API | ||||
|   | ||||
		Reference in New Issue
	
	Block a user