Fix struct names

Signed-off-by: coderwander <770732124@qq.com>
This commit is contained in:
coderwander 2024-04-16 11:22:26 +08:00
parent 55d56db31b
commit a82ed71de7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import (
// TestTree is used to construct a list of trees for testing the walker.
type TestTree map[string]interface{}
// TestNode is used to test the walker.
// TestFile is used to test the walker.
type TestFile struct {
Size uint64
}