namespace: change -> git.grassecon.net/kamikazechaser/vise

This commit is contained in:
2023-04-17 12:56:56 +00:00
parent 194522fd95
commit d8ef336919
31 changed files with 274 additions and 288 deletions

View File

@@ -8,7 +8,7 @@ import (
testdataloader "github.com/peteole/testdata-loader"
"git.defalsify.org/vise/vm"
"git.grassecon.net/kamikazechaser/vise/vm"
)
type genFunc func() error
@@ -16,7 +16,7 @@ type genFunc func() error
var (
BaseDir = testdataloader.GetBasePath()
DataDir = ""
dirLock = false
dirLock = false
)
func out(sym string, b []byte, tpl string, data map[string]string) error {
@@ -177,7 +177,6 @@ func Generate() (string, error) {
return dir, err
}
// Generate outputs bytecode, templates and content symbols to a specified directory.
//
// The directory must exist, and must not have been used already in the same code execution.