Golang script

From wikinotes
Revision as of 02:06, 15 December 2022 by Will (talk | contribs)

A collection of shellscript inspired utility functions,
with stream-like asynchronous piping. Very clever.

Documentation

github https://github.com/bitfield/script

Example

import "script"

script.Exec("ping 127.0.0.1").Stdout()