The directory addrservice is for the source code of the service, and the directory test is for keeping the tests. You can run static type checker, linter, unit tests, and code coverage by either ...
$ go install -tags=fuse3 -v ./fuse ./examples/memfs ./examples/passthrough Note: You may also need the following in order to run FUSE file system. Commands must be run as root. $ vi /boot/loader.conf ...