Fix incorrect program description comment

This commit fixes an incorrect program description comment that is actually used for the /examples/simple/main.go program.
This commit is contained in:
Nikhil Prabhu 2020-10-14 17:05:50 +05:30 committed by Christian Rocha
parent 154df9f538
commit a588b61db4

View File

@ -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"