Rename the project to shoebill

This commit is contained in:
Nikolai Rodionov
2023-08-02 17:00:34 +02:00
parent 09a594ca60
commit 936d9f132d
25 changed files with 58 additions and 58 deletions

View File

@ -14,7 +14,7 @@ func CreateWorkdir(path string) (workdir string, err error) {
} else {
// Create a temporary dir
// It should be removed after the execution
workdir, err = os.MkdirTemp("", "giops")
workdir, err = os.MkdirTemp("", "shoebill")
if err != nil {
return "", err
}