- use
go run .in the same directory as themain.gofile.
This will get you into the main console environment
| Command | Description |
|---|---|
| ./ | Runs an executable in the program argument |
| cd | Changes the console's directory to the one specified, accepts .. |
| ls | Lists all the files in the console's directory |
| db, debug | Lists general shell information |
| h, help | Shows help to do with commands |
| sys | Lists general system information |
| exit | Closes the shell |
| mk [directory] | Makes a folder at the directory argument path |
| rm [directory] | Removes a folder at the directory argument path |