1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00
Files
cli/cmd/docker/builder_windows_test.go
2022-11-04 08:42:34 +01:00

6 lines
72 B
Go

package main
func init() {
pluginFilename = pluginFilename + ".exe"
}