dipeshdulal / clean-gin

Implementation of clean architecture in Go, Gin with dependency injection.
BSD Zero Clause License
445 stars 64 forks source link

Add file upload middleware #20

Open dipeshdulal opened 3 years ago

dipeshdulal commented 3 years ago

Try to create a file upload middleware that is extensible (plug and playable) similar to multer in express.