1[ 2 { 3 "name": "goWebApp", 4 "question": "/setupTests ginkgo", 5 "expectations": { 6 "filePatterns": ["^.*_test\\.go$"], 7 "installCommandPattern": "go get .*ginkgo", 8 "runCommandPattern": "ginkgo" 9 }, 10 "files": [ 11 "main.go", 12 "go.mod", 13 "go.sum" 14 ] 15 } 16] 17 18