diff --git a/examples/http-linux/main-httplinux.go b/examples/http-linux/main-httplinux.go index 07e6df6..6cc0659 100644 --- a/examples/http-linux/main-httplinux.go +++ b/examples/http-linux/main-httplinux.go @@ -22,7 +22,7 @@ const ( func main() { if err := run(); err != nil { - println("Error: ", err) + println("Error:", err.Error()) os.Exit(1) } println("DONE")