URL details: sysadvent.blogspot.com/2013/12/#backup

URL title: sysadvent: December 2013
URL paragraphs: // main.go package main import ( "log" ) func main() { log.Print("I'm using Go") } Every Go program starts with a main package. package main Next we import the log package from the standard library : import ( "log" ) Finally we define the main entry point
URL last crawled: 2023-01-06
URL speed: 0.337 MB/s, downloaded in 0.500 seconds

open external url

We found no external links pointing to this url.