/goshell

A go shell in 200 lines of code

Primary LanguageGo

GOSHELL

This should be set and available in built-in, to rapidly test something we have in mind !

HOW DOES IT WORKS

  • Creating a temporary file where i save instructions of the code
  • Executing it and print the output

REQUIREMENTS

  • make
  • go (>1.13 is recommended)

HOW TO USE IT

make build

./goshell

# or just run the app
make run