From a86c385825eaed57761a0c47b8ccde0bcd26e950 Mon Sep 17 00:00:00 2001 From: Rasool Dastoori Date: Mon, 5 Apr 2021 19:35:30 +0300 Subject: [PATCH] Add higgs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02b6fdde..e8edf0de 100644 --- a/README.md +++ b/README.md @@ -764,6 +764,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [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. * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [opc](https://github.com/qmuntal/opc) - Load Open Packaging Conventions (OPC) files for Go. * [parquet](https://github.com/parsyl/parquet) - Read and write [parquet](https://parquet.apache.org) files.