The project is an extremely simplistic implemention of write ahead logger. It was built mainly to understand the how wal functions. It depends on go version > 1.16
I have referenced the below repos for my implementation -
https://github.com/tidwall/wal
https://github.com/aarthikrao/wal
https://github.com/JyotinderSingh/go-wal