databricks-cli/cmd
Pieter Noordhuis 80a4c47d62
Fix lint error regarding struct with unexported fields (#38)
Unexported fields are skipped during marshalling, so this would be a
nop.

The code in `./cmd/sync/github*.go` is currently unused.

Confirmed that staticcheck passes when run with:

```
staticcheck -checks SA9005 ./...
```
2022-09-07 15:15:07 +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 error regarding struct with unexported fields (#38) 2022-09-07 15:15:07 +02:00
test moved commands to own packages 2022-05-14 19:54:35 +02:00