diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-12 12:49:46 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-12 12:49:46 -0500 |
commit | 4836fea8767c38f175f59f8f66579e76fe6354f5 (patch) | |
tree | e50dd7b420e4d6ed0c109021bb76777ffe4daeb6 /README.md | |
parent | 38422805dcb9d783eeb6c0706bbf2e116b656844 (diff) | |
download | gitea-4836fea8767c38f175f59f8f66579e76fe6354f5.tar.gz gitea-4836fea8767c38f175f59f8f66579e76fe6354f5.zip |
Init commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -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.
\ No newline at end of file |