Age | Commit message (Collapse) | Author |
|
|
|
This is a notable improvement in the docs for btrfsitem.
|
|
format
|
|
|
|
|
|
Switch to
NAME Type = val
instead of
NAME = Type(val)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All edits to .go files are made by
`tools/bin/golangci-lint run --fix ./...`, not by me as a human.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Big indentation change in print_tree.go; small actual change.
|
|
|
|
|
|
|