dbt v2.2.3 Release Notes

Release Date: 2019-03-25 // about 5 years ago
  • ๐Ÿšš Moved main.go from boilerplate generated code from /cmd//main.go to /main.go

    While it's location under 'cmd' is more 'proper' from the perspective of the suggested golang project layout spec, it's confusing to new tool authors.

    ๐Ÿ— Running 'go build' with main.go doesn't work, and running go build ./... produces no binaries per go help build.