ResolveMemoryWorkspace validates and canonicalizes a workspace memory location.
(raw string)
| 2533 | |
| 2534 | // ResolveMemoryWorkspace validates and canonicalizes a workspace memory location. |
| 2535 | func ResolveMemoryWorkspace(raw string) (string, error) { |
| 2536 | return resolveMemoryWorkspace(raw) |
| 2537 | } |
| 2538 | |
| 2539 | func resolveMemoryWorkspace(raw string) (string, error) { |
| 2540 | trimmed := strings.TrimSpace(raw) |