Files
docker-cli/cli/command
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
..
2023-12-12 22:30:16 +01:00
2024-03-28 16:22:43 +00:00
2024-03-26 10:07:01 +01:00
2024-03-04 15:26:17 +01:00