You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on C libraries has its drawbacks. Provide an alternative pure-Go implementation of bzip.NewWriter that uses the os/exec package to run /bin/bzip2 as a subprocess.
Exercise 13.4
Depending on C libraries has its drawbacks. Provide an alternative pure-Go implementation of
bzip.NewWriter
that uses theos/exec
package to run/bin/bzip2
as a subprocess.練習問題 13.4
Cのライブラリに依存することは欠点もあります。
/bin/bzip2
をサブプロセスとして実行するためにos/exec
パッケージを使う、純粋なGoによるbzip.NewWriter
の別の実装を提供しなさい。The text was updated successfully, but these errors were encountered: