modules are now represented by a struct that holds import-function, module description and importa status.
It is also available the new function IterateModules() to explore all modules.
This commit is contained in:
+1
-1
@@ -115,5 +115,5 @@ func ImportMathFuncs(ctx ExprContext) {
|
||||
}
|
||||
|
||||
func init() {
|
||||
registerImport("math.arith", ImportMathFuncs)
|
||||
registerImport("math.arith", ImportMathFuncs, "Function add() and mul()")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user