mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Add more import comments
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
		
							parent
							
								
									8aa3262f29
								
							
						
					
					
						commit
						c725eff3e2
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
// Package capabilities allows to generically handle capabilities.
 | 
			
		||||
package capabilities
 | 
			
		||||
package capabilities // import "github.com/docker/docker/pkg/capabilities"
 | 
			
		||||
 | 
			
		||||
// Set represents a set of capabilities.
 | 
			
		||||
type Set map[string]struct{}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
package capabilities
 | 
			
		||||
package capabilities // import "github.com/docker/docker/pkg/capabilities"
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue