rh12503/triangula-cli

Error on installation attempt

Closed this issue · 3 comments

Hello,
Thanks for sharing your work.

I am having trouble during the installation of the CLI, here are the outputs I get:

go get -u github.com/RH12503/Triangula-CLI/triangula
# github.com/RH12503/Triangula-CLI/utils
go/src/github.com/RH12503/Triangula-CLI/utils/util.go:17:17: error: expected struct, slice, array,
or map type for composite literal
   17 |   return image2.Data{}, err
      |                 ^
go/src/github.com/RH12503/Triangula-CLI/utils/util.go:26:17: error: expected struct, slice, array,
or map type for composite literal
   26 |   return image2.Data{}, err
      |  

Am I missing something?

Thanks

Thanks for reporting this! Looks like I forgot to update the cli to the new api, I’ll try to fix this in a bit.

I forgot to reference this issue, but it should be fixed with the latest commit!

It works like a charm, thanks.