コード例 #1
0
ファイル: reb.go プロジェクト: rebataur/rebataurview
func executeCommand(cmd string) []byte {
	return cmds.SetAndExecuteCmd(cmd)

}
コード例 #2
0
ファイル: reb.go プロジェクト: ranjanprj/rebataurview
func executeCommand(cmd string) {
	cmds.SetAndExecuteCmd(cmd)

}