From cae10d7a586c5af65f9247fb7d54c4304088f7fb Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 2 Dec 2016 20:33:11 +0800 Subject: [PATCH] Added Gitea (#1202) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df81cf5d..b6151243 100644 --- a/README.md +++ b/README.md @@ -1267,6 +1267,7 @@ Software written in Go. * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart). * [Dropship](https://github.com/chrismckenzie/dropship) - A tool for deploying code via cdn. * [EasySSH](https://github.com/hypersleep/easyssh) - Golang package for easy remote execution through SSH and SCP downloading. +* [Gitea](https://github.com/go-gitea/gitea) - A fork of Gogs, entirely community driven. * [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update. * [gobrew](https://github.com/cryptojuice/gobrew) - gobrew lets you easily switch between multiple versions of go.