 0b44e24c07
			
		
	
	0b44e24c07
	
	
	
		
			
			Only compile in plugin support on non-windows 1.8. Re-enable go 1.7.x tests. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !go1.8 windows
 | |
| 
 | |
| package plugin
 | |
| 
 | |
| func loadPlugins(path string) error {
 | |
| 	// plugins not supported until 1.8
 | |
| 	return nil
 | |
| }
 |