go GOAL 2: Printing the Clock

GOAL 2: Printing the Clock Notes Note main.go file contains the solution of the previous step. "solution" folder contains the solution for this step. Challenge Steps Get the current time Get the curre
阅读全文

go Types

Types Find the Optimal Types Fix the Type Problem Parse Arg Numbers Time Multiplier Refactor Feet to Meter Convert the Types
阅读全文

go questions

Why are maps used for? For example, here is an inefficient program that uses a loop to find an element among millions of elements. millions := []int{/* millions of elements */} for _, v := range milli
阅读全文

go Header

Header What you will learn? Warm Up Create and print the maps. Populate and Lookup Add elements to the maps that you've declared in the first exercise, and try them by looking up for the keys. Hogwart
阅读全文