cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
278 stars 29 forks source link

Changed: Backend is now on it's own package #59

Closed xescugc closed 2 years ago

xescugc commented 2 years ago

It was repeated in cost.Backend and terracost.Backend so it's now abstracted to it's own package and used instead of redeclared.

Also did some minor fixes but the main one would be the //go:generate functions that where using go run {pkg} instead of the binary alone, which was not working and it's not how it's suppose to be used either. Also did the same no the Makefile removing all the go run and just used the binary of the lib.