diff options
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 |