From 8cacc7860df534944bcdda6cde95b4ad29e9cea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Bach=C3=A9?= Date: Wed, 10 Apr 2019 07:19:02 -0700 Subject: [PATCH] Added gfile (#2467) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47321db0..1a7c44ff 100644 --- a/README.md +++ b/README.md @@ -1995,6 +1995,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Documize](https://github.com/documize/community) - Modern wiki software that integrates data from SaaS tools. * [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline. * [Duplicacy](https://github.com/gilbertchen/duplicacy) - A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. +* [gfile](https://github.com/Antonito/gfile) - Securely transfer files between two computers, without any third party, over WebRTC. * [Go Package Store](https://github.com/shurcooL/Go-Package-Store) - App that displays updates for the Go packages in your GOPATH. * [GoBoy](https://github.com/Humpheh/goboy) - Nintendo Game Boy Color emulator written in Go. * [gocc](https://github.com/goccmack/gocc) - Gocc is a compiler kit for Go written in Go.