1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00
Files
cli/docs/tools.go
Sebastiaan van Stijn a0f0578299 gofmt with go1.17
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 20:21:00 +01:00

9 lines
96 B
Go

//go:build tools
// +build tools
package main
import (
_ "github.com/docker/cli-docs-tool"
)