Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cypher-o/file_converter

A file converter API written in go
https://github.com/cypher-o/file_converter

api file-converter go

Last synced: 24 days ago
JSON representation

A file converter API written in go

Awesome Lists containing this project

README

        

# FILE CONVERTER

## RUN

```sh
go run cmd/main.go
```

### To ensure all dependencies are installed

```sh
go mod tidy
```