Skip to content

cybersorcerer/golang_calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

To run the application, run:

go run main.go

The structure of the application is as follows:

├── calc
│   └── calc.go
└── main.go

The calc package contains the logic for the addition, multiplication, subtraction and division; each of them being a separate method of the package. For I/O, the application uses the fmt package.

About

A simple calculator written with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%