diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 20:25:39 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 20:25:39 -0400 |
commit | ad31893bbbb1479f6801235ddca44b5bae2cc5c2 (patch) | |
tree | 6c41a0e13ada6986a35bf53ad7ccfc96102bc526 /gogs.go | |
parent | 7356153ba3c19ff49f3ecfa28bac0b8bb38eccb9 (diff) | |
download | gitea-ad31893bbbb1479f6801235ddca44b5bae2cc5c2.tar.gz gitea-ad31893bbbb1479f6801235ddca44b5bae2cc5c2.zip |
Update README
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -// gogs(Go Git Service) is a Go clone of Github. +// Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. package main import ( |