goplus / igop

The Go/Go+ Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's package name of subfolder that import it

fly-studio opened this issue · comments

- io_extra/
  - file.go
- main.go

how to import io_extra/file.go in main.go?

import "io_extra"

panic:

could not import io_extra (not found provider for types.Importer)

  • gomod project: auto load from souce
  • custome pkg: ctx.AddImport / ctx.AddImportDir