Skip to content
/ cmdio Public

Command stdio package for go.

License

Notifications You must be signed in to change notification settings

l4go/cmdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l4go/cmdio ライブラリ

コマンドの標準入出力から、io.ReadWriteCloser互換のI/Oを提供するライブラリです。 入出力をまとめて1つのI/Oとして管理できるようになります。

  • cmdio.CmdPipe
    • 外部コマンドを実行し、その標準入出力に対応するI/Oを提供します。
  • cmdio.StdPipe
    • 実行したプロセスの標準入出力に対応するI/Oを提供します。