diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-21 06:37:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-21 06:37:57 -0400 |
commit | 660b47373d1adf8b39396e237d060a18c8959cd4 (patch) | |
tree | 61204118bccaca64d54df49667a5e772e8369cc7 /update.go | |
parent | 11a28428def8394e647c6c69014092db5c5937be (diff) |
Prepare for release v0.3.0
Diffstat (limited to 'update.go')
-rw-r--r-- | update.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,9 +10,10 @@ import ( "strconv" "github.com/codegangsta/cli" + qlog "github.com/qiniu/log" + "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" - qlog "github.com/qiniu/log" ) var CmdUpdate = cli.Command{ |