Keep the comment markers consistent.
This commit is contained in:
		
							parent
							
								
									f82be3d90b
								
							
						
					
					
						commit
						ee119b0742
					
				@ -71,14 +71,14 @@ func (w *Walker) Next() bool {
 | 
				
			|||||||
	return true
 | 
						return true
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//SkipDir tells the Next function to skip the currently processed directory
 | 
					// SkipDir tells the Next function to skip the currently processed directory
 | 
				
			||||||
func (w *Walker) SkipDir() {
 | 
					func (w *Walker) SkipDir() {
 | 
				
			||||||
	w.descend = false
 | 
						w.descend = false
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//Err returns the error, if any, for the most recent attempt by Next to
 | 
					// Err returns the error, if any, for the most recent attempt by Next to
 | 
				
			||||||
//visit a file or a directory. If a directory has an error, the walker
 | 
					// visit a file or a directory. If a directory has an error, the walker
 | 
				
			||||||
//will not descend in that directory
 | 
					// will not descend in that directory
 | 
				
			||||||
func (w *Walker) Err() error {
 | 
					func (w *Walker) Err() error {
 | 
				
			||||||
	return w.cur.err
 | 
						return w.cur.err
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user