You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Após uma formatação, instalei o Go versão 1.13 e executei o comando abaixo conforme instruções do README:
go get github.com/felipemfp/sinonimos/...
What did you expect to see?
Instalação normal. sinonimos --help funcional
What did you see instead?
O erro da imagem acima: .asdf/installs/golang/1.13/packages/src/github.com/felipemfp/sinonimos/cmd/sinonimos/main.go:65:26: not enough arguments in call to aurora.Gray have (string) want (uint8, interface {})
Como medida paliativa utilizei a maneira antiga de instalação:
@felipemfp Assim que tiver tempo pretendo resolver as issues #39 e #41. Estou a disposição qualquer coisa, no entanto realmente o tempo está limitado no momento.
The text was updated successfully, but these errors were encountered:
🔱 Issue subject
📝 Description
👽 Bug
Após uma formatação, instalei o Go versão 1.13 e executei o comando abaixo conforme instruções do README:
go get github.com/felipemfp/sinonimos/...
Instalação normal.
sinonimos --help
funcionalO erro da imagem acima:
.asdf/installs/golang/1.13/packages/src/github.com/felipemfp/sinonimos/cmd/sinonimos/main.go:65:26: not enough arguments in call to aurora.Gray have (string) want (uint8, interface {})
Como medida paliativa utilizei a maneira antiga de instalação:
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.4.0/sinonimos" -o /usr/local/bin/sinonimos
Por gentileza, poderiam auxiliar?
@felipemfp Assim que tiver tempo pretendo resolver as issues #39 e #41. Estou a disposição qualquer coisa, no entanto realmente o tempo está limitado no momento.
The text was updated successfully, but these errors were encountered: