SYMBOL INDEX (13 symbols across 2 files) FILE: sandy.go type Request (line 15) | type Request struct function requestPermission (line 21) | func requestPermission(path string) (Request, error) { function Exec (line 39) | func Exec(bin string, args, allowedPatterns, blockedPatterns []string) (... type arrayFlags (line 132) | type arrayFlags method String (line 134) | func (i *arrayFlags) String() string { method Set (line 138) | func (i *arrayFlags) Set(value string) error { function sandyUsage (line 144) | func sandyUsage() { function main (line 149) | func main() { FILE: sandy_test.go function TestExec (line 10) | func TestExec(t *testing.T) { function TestInput (line 24) | func TestInput(t *testing.T) { function TestAllowList (line 43) | func TestAllowList(t *testing.T) { function TestBlockList (line 56) | func TestBlockList(t *testing.T) { function TestHelp (line 69) | func TestHelp(t *testing.T) {