コード例 #1
0
ファイル: main.go プロジェクト: runner-mei/wsman
func Exit(shell *wsman.Shell, exitCode int) {
	if nil != shell {
		shell.Close()
	}
	os.Exit(exitCode)
}