go-io/workspace/doc.go
Virgil 5e4bc3b0ac
Some checks failed
CI / auto-fix (push) Failing after 1s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 1s
test(ax): cover wrapper APIs and add package docs
2026-03-30 06:24:36 +00:00

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