5 lines
229 B
Go
5 lines
229 B
Go
// Package workspace provides encrypted user workspaces backed by io.Medium.
|
|
//
|
|
// Workspaces are rooted under the caller's configured home directory and keep
|
|
// file access constrained to the active workspace.
|
|
package workspace
|