diff --git a/samples/memfs/inode.go b/samples/memfs/inode.go index 82dade1..4560e7a 100644 --- a/samples/memfs/inode.go +++ b/samples/memfs/inode.go @@ -20,7 +20,7 @@ type inode struct { ///////////////////////// // Is this a directory? If not, it is a file. - bool dir + dir bool ///////////////////////// // Mutable state