databricks-cli/cmd
Pieter Noordhuis c00db56d84
Fix lint errors for using deprecated functionality (#35)
Functionality from `io/ioutil` has moved to the `io` and `os` packages
in go1.16 ([reference](https://pkg.go.dev/io/ioutil)).

Confirmed that staticcheck passes when run with:

```
staticcheck -checks SA1019 ./...
```
2022-09-07 14:30:10 +02:00
..
configure Use t.Setenv instead of custom implementation (#34) 2022-09-07 13:24:11 +02:00
fs Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
init Add `bricks configure` command to bricks CLI (#18) 2022-09-05 20:25:54 +02:00
launch Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
prompt Add `bricks configure` command to bricks CLI (#18) 2022-09-05 20:25:54 +02:00
root add some comments to commands package 2022-05-20 20:43:29 +02:00
sync Fix lint errors for using deprecated functionality (#35) 2022-09-07 14:30:10 +02:00
test moved commands to own packages 2022-05-14 19:54:35 +02:00