xgo/compiler/module_loader.go

5 lines
146 B
Go
Raw Normal View History

2019-01-17 12:56:05 +03:00
package compiler
// ModuleLoader should take a module name and return the module data.
type ModuleLoader func(moduleName string) ([]byte, error)