cli/pkg
Mislav Marohnić 7033021637 gh api: fix passing file/stdin contents via field arguments
Reading from file via `-F foo=@myfile.txt` syntax would result in
`[]byte` Go type, which by default gets serialized to JSON in base64
format, which we don't want here.

Traverse all parameters and convert any `[]byte` into `string` before
JSON serialization.
2020-06-03 16:00:52 +02:00
..
browser Extract web browser launching to a package 2020-01-29 11:49:38 +01:00
cmd/api gh api: fix passing file/stdin contents via field arguments 2020-06-03 16:00:52 +02:00
cmdutil Make NewCmdApi testable 2020-05-20 15:21:35 +02:00
githubtemplate Fix parsing some issue template names 2020-05-07 15:50:01 +02:00
httpmock Faster resolve GraphQL node IDs for assignees, reviewers, and labels 2020-05-12 15:33:51 +02:00
iostreams Add iostreams package 2020-05-20 15:21:31 +02:00
surveyext review feedback 2020-05-11 17:06:18 -05:00
text Code fixes informed by golangci-lint failures (#738) 2020-04-03 16:33:34 +02:00