add repos subcommand [continue #44] (#3) #65

Merged
lunny merged 23 commits from 6543/tea:repos_subcommand into master 2019-11-08 01:33:49 +00:00
Showing only changes of commit 3797d6b1d1 - Show all commits

View File

@ -1,4 +1,4 @@
// Copyright 2018 The Gitea Authors. All rights reserved.
// Copyright 2019 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
@ -8,8 +8,6 @@ import (
"fmt"
"log"
//"code.gitea.io/sdk/gitea"
"github.com/urfave/cli"
)