all: gofmt
Formatted by the great automatic gofmter, <3 fmtatt.
This commit is contained in:
parent
5c53cc8e17
commit
e6c1f2b577
@ -16,6 +16,7 @@ func unusableUsage() {
|
||||
fmt.Println("Please argue me <user|organization>/<name-of-new-repo> <http://url.of.cloneable.repo.git>")
|
||||
return
|
||||
}
|
||||
|
||||
// migrateCmd represents the migrate command
|
||||
var migrateCmd = &cobra.Command{
|
||||
Aliases: []string{"m"},
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
package cmd
|
||||
|
||||
import (
|
||||
@ -24,7 +23,6 @@ func getUserByName(userName string) (user *gogs.User, err error) {
|
||||
return user, err
|
||||
}
|
||||
|
||||
|
||||
// This sucker is really annoying. Gogs Client says that search is a thing.
|
||||
// And it is, it does work.
|
||||
// But... I can't find it in the package. It's just not there. I've looked.
|
||||
|
Loading…
Reference in New Issue
Block a user