Sanix-Darker / goshell

A go shell in 200 lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A go shell in 200 lines of code


Languages

Language:Go 96.9%Language:Makefile 3.1%