summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-02-12Makefile: Use -trimpath when buildingLuke Shumaker
2023-02-12containers: Add my own ARC implementationLuke Shumaker
I really want an OnEvict callback.
2023-02-12binstruct: Make the cache thread-safeLuke Shumaker
2023-02-03Rename COPYING.* → LICENSE.*Luke Shumaker
2022-08-17tools: Upgrade to Go 1.19Luke Shumaker
1. Edit Makefile:goversion 2. Run `make go-mod-tidy` 3. Run `gofmt -s -w .` 4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-10Integrate pkg/btrfs/Makefile in to Makefile and .build.ymlLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker