From ef03e60acfadc2f52e7c950d3e5952bec6e31525 Mon Sep 17 00:00:00 2001 From: Lanre Adelowo Date: Mon, 11 Mar 2024 15:47:06 +0100 Subject: [PATCH] add Gulter for file uploads (#1) * add Gulter * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c71a612..c82756b6 100644 --- a/README.md +++ b/README.md @@ -1084,6 +1084,7 @@ _Libraries for handling files and file systems._ - [go-exiftool](https://github.com/barasher/go-exiftool) - Go bindings for ExifTool, the well-known library used to extract as much metadata as possible (EXIF, IPTC, ...) from files (pictures, PDF, office, ...). - [go-gtfs](https://github.com/artonge/go-gtfs) - Load gtfs files in go. - [gofs](https://github.com/no-src/gofs) - A cross-platform real-time file synchronization tool out of the box. +- [gulter](https://github.com/adelowo/gulter) - A simple HTTP middleware to automatically handle all your file upload needs - [gut/yos](https://github.com/1set/gut) - Simple and reliable package for file operations like copy/move/diff/list on files, directories and symbolic links. - [higgs](https://github.com/dastoori/higgs) - A tiny cross-platform Go library to hide/unhide files and directories. - [iso9660](https://github.com/kdomanski/iso9660) - A package for reading and creating ISO9660 disk images