kevin-cantwell / dotmatrix

Encodes images to a "dot matrix" pattern using braille unicode characters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

couldn't go get

kosukesera opened this issue · comments

I just used
go get -u github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix

but it results in this.

go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:57:5: app.Author undefined (type *cli.App has no field or method Author)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:58:5: app.Email undefined (type *cli.App has no field or method Email)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:60:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:64:18: cannot use cli.Float64Flag literal (type cli.Float64Flag) as type cli.Flag in slice literal:
	cli.Float64Flag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:68:18: cannot use cli.Float64Flag literal (type cli.Float64Flag) as type cli.Flag in slice literal:
	cli.Float64Flag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:73:18: cannot use cli.Float64Flag literal (type cli.Float64Flag) as type cli.Flag in slice literal:
	cli.Float64Flag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:78:18: cannot use cli.Float64Flag literal (type cli.Float64Flag) as type cli.Flag in slice literal:
	cli.Float64Flag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:83:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:87:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:91:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:91:15: too many errors