Update go.html.markdown

correcting a tiny mistake
This commit is contained in:
richard 2022-08-02 13:04:17 -04:00 committed by GitHub
parent da4c77d05b
commit d07aae1b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ package main
import (
"fmt" // A package in the Go standard library.
"io/ioutil" // Implements some I/O utility functions.
m "math" // Math library with local alias m.
"math" // Math library with local alias m.
"net/http" // Yes, a web server!
"os" // OS functions like working with the file system
"strconv" // String conversions.