godoc for extra packages
This commit is contained in:
parent
fec3550702
commit
b941df68e1
4 changed files with 17 additions and 2 deletions
|
|
@ -24,6 +24,8 @@ import (
|
|||
"gitlab.com/whom/shs/ast"
|
||||
)
|
||||
|
||||
/* Opens a file and lexes+evaluates the contents
|
||||
*/
|
||||
func LoadScript(path string, vt ast.VarTable, ft ast.FuncTable) {
|
||||
scriptFile, err := os.Open(path)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue