예제 #1
0
파일: main.go 프로젝트: runner-mei/wsman
func Exit(shell *wsman.Shell, exitCode int) {
	if nil != shell {
		shell.Close()
	}
	os.Exit(exitCode)
}