From 9fe9ef28ec2996e3ae9a3052a76e0ce642917dfb Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Sat, 21 May 2022 07:41:25 +0200 Subject: [PATCH] add Gokapi (#4227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 501ddd7e..a721ecbf 100644 --- a/README.md +++ b/README.md @@ -3067,6 +3067,7 @@ _Software written in Go._ - [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. - [GoDocTooltip](https://github.com/diankong/GoDocTooltip) - Chrome extension for Go Doc sites, which shows function description as tooltip at function list. +- [Gokapi](https://github.com/Forceu/gokapi) - Lightweight server to share files, which expire after a set amount of downloads or days. Similar to Firefox Send, but without public upload. - [GoLand](https://jetbrains.com/go) - Full featured cross-platform Go IDE. - [Gor](https://github.com/buger/gor) - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. - [Guora](https://github.com/meloalright/guora) - A self-hosted Quora like web application written in Go.