An open API service indexing awesome lists of open source software.

https://github.com/diegorezm/ds-fs-go


https://github.com/diegorezm/ds-fs-go

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Distributed File Storage In Go

This is a [freecodecamp](https://www.youtube.com/watch?v=IoY6bE--A54) couse in go.

# Development

## Build

```bash
make build
```

## Run

```bash
make run
```

## Test

```bash
make test
```