Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cypher-o/file_converter
- Owner: Cypher-O
- Created: 2024-11-08T22:52:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T23:08:45.000Z (about 2 months ago)
- Last Synced: 2024-11-09T23:28:12.588Z (about 2 months ago)
- Topics: api, file-converter, go
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```