1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-25 22:22:17 +02:00

Restructure to focus on lib rather than cli

This commit is contained in:
Grant Murphy
2017-04-26 08:08:46 -07:00
parent 8df48f9769
commit cacf21f3c0
48 changed files with 52 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ package rules
import (
"testing"
gas "github.com/GoASTScanner/gas/core"
"github.com/GoASTScanner/gas"
)
func TestNosec(t *testing.T) {
@@ -48,7 +48,7 @@ func TestNosecBlock(t *testing.T) {
issues := gasTestRunner(
`package main
import (
"os"
"os"
"os/exec"
)