Skip to content

(on going) exercising by using Go API and its UI (if you can)

Notifications You must be signed in to change notification settings

rulisastra/calcGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

on going...


How to use this repo ☺️

  1. clone this repo
  2. run go run ./calcGo.exe

flowchart

  • when it panicked because divided by zero, do this
	// handle panic
	defer func() {
		if r := recover(); r != nil {
			fmt.Println("Ran into an error")
			main()
		}
	}()

About

(on going) exercising by using Go API and its UI (if you can)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages