Temp directory renamed to nms-{SEED}

This commit is contained in:
bradley.richins
2020-10-20 15:14:42 -06:00
parent 230cefb85d
commit f291891139
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ func CreateBanner(portalhex string, savename string, vopt int) {
var glyphImg [12]string
// Setup temp dir
tempdir, err := ioutil.TempDir("", ".gotemp")
tempdir, err := ioutil.TempDir("", "nmslib-")
if err != nil {
panic(err)
}