1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Init commit

This commit is contained in:
Unknown
2014-02-12 12:49:46 -05:00
parent 38422805dc
commit 4836fea876
7 changed files with 68 additions and 3 deletions

View File

@@ -1,4 +1,16 @@
gogs
====
Gogs - Go Git Service
=====================
Go Git Service
Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language.
## Purpose
There are some very good products in this category such as [gitlab](http://gitlab.com), but the environment setup steps often make us crazy. So our goal of Gogs is to build a GitHub-like clone with very easy setup steps, which take advantages of the Go Programming Language.
## Acknowledgments
- Logo inspired by [martini](https://github.com/martini-contrib).
## Contributors
This project was launched by [Unknown](https://github.com/Unknwon) and [lunny](https://github.com/lunny). See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.