all: gofmt

Formatted by the great automatic gofmter, <3 fmtatt.
This commit is contained in:
ia 2018-06-13 15:27:04 +02:00
parent 5c53cc8e17
commit e6c1f2b577
3 changed files with 7 additions and 8 deletions

View File

@ -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"},

View File

@ -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.