February 2018
Intermediate to advanced
340 pages
9h 43m
English
The following steps cover the solution:
package main import ( "log" "runtime" ) const info = ` Application %s starting. The binary was build by GO: %s` func main() { log.Printf(info, "Example", runtime.Version()) }
Read now
Unlock full access