safe

safe provides a concurrency-safe safe.Buffer io.Writer for use in unit
testing, without setting off Go's race detector.
DevContainer
[!CAUTION]
Do not use VSCode's "Dev Containers: Clone Repository in Container
Volume" command, as it is utterly broken by design, ignoring
.devcontainer/devcontainer.json.
git clone https://github.com/thediveo/safe
- in VSCode: Ctrl+Shift+P, "Dev Containers: Open Workspace in Container..."
- select
safe.code-workspace and off you go...
Supported Go Versions
safe supports versions of Go that are noted by the Go release
policy, that is, major
versions N and N-1 (where N is the current major version).
Contributing
Please see CONTRIBUTING.md.
Copyright and License
safe is Copyright 2024, 2026 Harald Albrecht, and licensed under the Apache
License, Version 2.0.