1
0
mirror of https://github.com/securego/gosec.git synced 2025-02-09 13:14:05 +02:00

remove extra bracket from test source

This commit is contained in:
Will Roden 2018-07-26 09:27:39 -05:00
parent 6a156e2695
commit 1f9d09d456

View File

@ -419,7 +419,6 @@ func main() {
log.Fatal(err)
}
log.Printf("Command finished with error: %v", err)
}
}`, 1}, {`
package main
import (