Closed
Description
*** I removed the full paths from screenshots and output below ***
I am unable to run the go application. I can run go build
from the project directory and it creates a go executable. However I get the below output from the run command. It appears that the plugin is only building the main source file and not the whole directory
# command-line-arguments
# command-line-arguments
.../run_imports.go:14: undefined: VerifyVenueAddresses
.../run_imports.go:18: undefined: Importer
.../run_imports.go:20: undefined: Importer
.../run_imports.go:22: undefined: StartImport
.../run_imports.go:23: undefined: StartImport
.../run_imports.go:24: undefined: StartImport
.../run_imports.go:29: undefined: Importer
.../run_imports.go:32: undefined: WriteImports
.../run_imports.go:37: undefined: Importer```
Metadata
Metadata
Assignees
Labels
No labels