mirror of https://github.com/databricks/cli.git
495040e4cd
I plan to use this in https://github.com/databricks/cli/pull/1780, to set the line and column numbers as well for the locations. gopatch file used: ``` @@ var x expression var y expression var z expression @@ -bundletest.SetLocation(x, y, z) +bundletest.SetLocation(x, y, []dyn.Location{{File: z}}) ``` |
||
---|---|---|
.. | ||
testdata | ||
expand_glob_references.go | ||
expand_glob_references_test.go | ||
helpers.go | ||
helpers_test.go | ||
libraries.go | ||
local_path.go | ||
local_path_test.go | ||
match_test.go | ||
upload.go | ||
upload_test.go | ||
workspace_path.go | ||
workspace_path_test.go |