Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 700 Bytes

gexe Examples

  • build - Shows how to build Go binaries for multiple platforms and OSes.
  • concurrent - Shows how to execute OS commands concurrently
  • filesys - Shows how to use the fs package to easily write content
  • git - Uses git to print logs and commit info
  • hellogexe - Simple example to show how to get started
  • http - Shows the use of the gexe http package to retrieve HTTP remote resources.
  • ping - Example of streaming output of long-running processes
  • pipe - An examples that shows how to pipe multiple OS commands