Closed sgerloff closed 3 months ago
Thanks for reporting. I hadn't tried this before but the repository should be usable as a module.
That said, don't expect that all libraries under libs
to be stable in terms of public API. We may refactor these as needed.
Describe the issue
Inspired by my feature request, I wanted to explore building the functionality myself using
github.com/databricks/cli/libs
as a dependency to build on top. In essence, exposing yourgithub.com/databricks/cli/libs
as valid go modules enables your customers with special needs and fosters a community that voluntarily owns functionality you do not want to maintain.Steps to reproduce the behavior
go mod init whatever
go get github.com/databricks/cli
Expected Behavior
go get github.com/databricks/cli
finishes without errorActual Behavior
go get github.com/databricks/cli
finishes with error:Note