Merge remote-tracking branch 'origin/master' into main
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@ -41,8 +41,6 @@ func main() {
 | 
				
			|||||||
		line = line[:len(line)-1]
 | 
							line = line[:len(line)-1]
 | 
				
			||||||
		matches := pattern.FindStringSubmatch(line)
 | 
							matches := pattern.FindStringSubmatch(line)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		fmt.Println(matches)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		if len(matches) == 0 {
 | 
							if len(matches) == 0 {
 | 
				
			||||||
			if *keepUnmatched {
 | 
								if *keepUnmatched {
 | 
				
			||||||
				fmt.Println(line)
 | 
									fmt.Println(line)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user