mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
6 lines
72 B
Go
6 lines
72 B
Go
package main
|
|
|
|
func init() {
|
|
pluginFilename = pluginFilename + ".exe"
|
|
}
|