/Golang_terminal

This terminal has serveral functions. The goal is to show the use of the computer language Go

Primary LanguageGo

Overview

I wrote a simple terminal in the Programming language called go. The terminal has several functions to it like getting a random number function, a math function, and a database function.

Software Demo Video

Development Environment

Go 1.16

VScode

Library's and packages used

  • fmt
  • math/rand
  • os/user
  • time

Useful Websites

Future Work

  • fix the database
  • add more functions to teh terminal
  • fix basic code functions