I’m a bit confused following the Go Class Scheduling tutorial. It says:
The CreateOrOpen() function returns a subspace…
CreateOrOpen()
In the code above, doesn’t CreateOrOpen() return a Directory called schedulingDir?
schedulingDir
Thank you for a great product! We’re excited at Roland Corp to trial it, especially when gRPC (hopefully) arrives in v7.
Regards, Nuri
The return value of CreateOrOpen is of type DirectorySubspace, which means it’s actually both a subspace and a directory. It’s probably not a bad idea to make that clearer in this text.
CreateOrOpen
DirectorySubspace
Ah, thank you for the prompt clarification.