This directory contains examples of how eggos
can be used to write common go applications.
$ cd helloworld
$ egg run
$ cd prime-sieve
$ egg run
$ cd httpd
$ egg run -p 8000:8000
Access this address from browser http://127.0.0.1:8000/hello
$ cd repl
$ egg run
Code from The Go Programming Language
$ cd graphic
$ egg pack -o graphic.iso
$ egg run graphic.iso
This example shows how to add or modify syscall
$ cd syscall
$ egg run