Files
docker-cli/cli
Jonathan A. Sternberg 2a3b6c03f7 cli: add go:build tag to the docker telemetry
This is needed because the project does not have a `go.mod` file and
gets sent to go 1.16 semantics whenever it's imported by another project
and `any` doesn't exist in go 1.16, but the linter requires us to use
`any` here.

Setting the `go:build` tag forces the per-file language to the go
version specified.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2024-03-28 14:09:34 -05:00
..
2017-09-01 19:41:06 -04:00
2023-08-03 10:35:04 +02:00
2017-04-17 17:40:59 -04:00