go-io/doc.go
Virgil 32cfabb5e0
Some checks failed
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 1s
refactor(ax): normalize remaining usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:10:35 +00:00

5 lines
263 B
Go

// Example: medium, _ := io.NewSandboxed("/srv/app")
// Example: _ = medium.Write("config/app.yaml", "port: 8080")
// Example: backup, _ := io.NewSandboxed("/srv/backup")
// Example: _ = io.Copy(medium, "data/report.json", backup, "daily/report.json")
package io