Merge remote-tracking branch 'origin/master' into main
This commit is contained in:
commit
0883511f89
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user