提交 1ff174b7 编写于 作者: T Thomas Stromberg

Run: gofmt -s -w

上级 b08af194
...@@ -202,7 +202,7 @@ const ( ...@@ -202,7 +202,7 @@ const (
// DefaultMsize is the default number of bytes to use for 9p packet payload // DefaultMsize is the default number of bytes to use for 9p packet payload
DefaultMsize = 262144 DefaultMsize = 262144
// DefaultMountVersion is the default 9p version to use for mount // DefaultMountVersion is the default 9p version to use for mount
DefaultMountVersion = "9p2000.L" DefaultMountVersion = "9p2000.L"
) )
// GetKubernetesReleaseURL gets the location of a kubernetes client // GetKubernetesReleaseURL gets the location of a kubernetes client
......
...@@ -191,6 +191,7 @@ func (m *MinikubeRunner) RunDaemon2(command string) (*exec.Cmd, *bufio.Reader, * ...@@ -191,6 +191,7 @@ func (m *MinikubeRunner) RunDaemon2(command string) (*exec.Cmd, *bufio.Reader, *
} }
return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe) return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe)
} }
// SSH returns the output of running a command using SSH // SSH returns the output of running a command using SSH
func (m *MinikubeRunner) SSH(command string) (string, error) { func (m *MinikubeRunner) SSH(command string) (string, error) {
path, _ := filepath.Abs(m.BinaryPath) path, _ := filepath.Abs(m.BinaryPath)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册