From a588b61db46e0a8d83ffcf54d5209c9a83838570 Mon Sep 17 00:00:00 2001 From: Nikhil Prabhu <39860598+nikhil-prabhu@users.noreply.github.com> Date: Wed, 14 Oct 2020 17:05:50 +0530 Subject: [PATCH] Fix incorrect program description comment This commit fixes an incorrect program description comment that is actually used for the /examples/simple/main.go program. --- examples/http/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/main.go b/examples/http/main.go index f31ac08..c79a76a 100644 --- a/examples/http/main.go +++ b/examples/http/main.go @@ -1,6 +1,6 @@ package main -// A simple program that counts down from 5 and then exits. +// A simple program that makes a GET request and prints the response status. import ( "errors"