https://github.com/unclezoro/go-wal
Go implement of a Simple Write-ahead Logger
https://github.com/unclezoro/go-wal
file-manager golang library tools
Last synced: 16 days ago
JSON representation
Go implement of a Simple Write-ahead Logger
- Host: GitHub
- URL: https://github.com/unclezoro/go-wal
- Owner: unclezoro
- License: gpl-3.0
- Created: 2019-03-28T17:46:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T17:48:35.000Z (over 7 years ago)
- Last Synced: 2025-11-18T10:08:26.987Z (8 months ago)
- Topics: file-manager, golang, library, tools
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Autofile
AutoFile automatically closes and re-opens file for writing. The file is
automatically setup to close itself every 1s and upon receiving SIGHUP.