diff options
Diffstat (limited to 'utils/merkletrie/internal/fsnoder/doc.go')
-rw-r--r-- | utils/merkletrie/internal/fsnoder/doc.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/merkletrie/internal/fsnoder/doc.go b/utils/merkletrie/internal/fsnoder/doc.go index 86cae7c..3f55b5f 100644 --- a/utils/merkletrie/internal/fsnoder/doc.go +++ b/utils/merkletrie/internal/fsnoder/doc.go @@ -18,13 +18,15 @@ will create a noder as follows: Files are expressed as: -- a single letter for the name of the file. +- one or more letters and dots for the name of the file - a single number, between angle brackets, for the contents of the file. +- examples: a<1>, foo.go<2>. + Directories are expressed as: -- a single letter for the name of the directory. +- one or more letters for the name of the directory. - its elements between parents, separated with spaces, in any order. |