mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
remove extra bracket from test source
This commit is contained in:
parent
6a156e2695
commit
1f9d09d456
1 changed files with 0 additions and 1 deletions
|
@ -419,7 +419,6 @@ func main() {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
log.Printf("Command finished with error: %v", err)
|
log.Printf("Command finished with error: %v", err)
|
||||||
}
|
|
||||||
}`, 1}, {`
|
}`, 1}, {`
|
||||||
package main
|
package main
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue