cli/pkg/cmd/run/download
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
fixtures Address run download feedback 2021-04-07 19:56:28 +02:00
download.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
download_test.go switch to []int return for multiselect 2023-05-23 00:12:44 -07:00
http.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
http_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
zip.go Properly handle closing files that have been writen to (#7199) 2023-03-23 01:17:47 +00:00
zip_test.go Properly handle closing files that have been writen to (#7199) 2023-03-23 01:17:47 +00:00