Pages

Friday, September 15, 2023

log.Fatalf() vs fmt.Printf() or fmt.PrintLn() in Golang

The former will stop the application/process whereas the latter will keep running as normal. That sounds simple but critical when writing your Golang code.