Day 12, I studied and read more about Golang functions error return value. An example would be like this:
num1int , err := strconv.Atoi(num1string)
if err != nil {
fmt.Println("Yoo Whatsup! send in string type")
}
#AI #100Devs #SoftwareEngineering #365DaysOfCode