1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-03 00:27:05 +02:00

Fix typos, Go Report link and Gofmt

This commit is contained in:
Matthieu MOREL
2021-05-07 18:04:01 +02:00
committed by GitHub
parent f4ea33d5f8
commit 4df7f1c3e9
6 changed files with 14 additions and 14 deletions

View File

@ -14,7 +14,7 @@ import (
)
var _ = Describe("Helpers", func() {
Context("when listing pacakge paths", func() {
Context("when listing package paths", func() {
var dir string
JustBeforeEach(func() {
var err error