Categorygithub.com/vssn/dist-fs-go
repositorypackage
0.0.0-20240622234327-5121dcaa00df
Repository: https://github.com/vssn/dist-fs-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Following along the session: How To Build A Complete Distributed File Storage In Golang

by Anthony GG

https://www.youtube.com/watch?v=bymQakvTY40&t=6610s

Running the project

make run

Running the tests

  • make test
  • *_test.go files containing test functions that can be executed from the IDE.