Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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