mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
commit
ac13c3f261
@ -46,7 +46,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt" // A package in the Go standard library.
|
"fmt" // A package in the Go standard library.
|
||||||
"io/ioutil" // Implements some I/O utility functions.
|
"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!
|
"net/http" // Yes, a web server!
|
||||||
"os" // OS functions like working with the file system
|
"os" // OS functions like working with the file system
|
||||||
"strconv" // String conversions.
|
"strconv" // String conversions.
|
||||||
|
Loading…
Reference in New Issue
Block a user