What version of Go are you using (go version)? 1.5.2 What operating system and processor architecture are you using? Nexus 6P What did you do? ``` loc, err := time.LoadLocation("GMT") if err != nil { panic(err) } fmt.Println(loc) ``` What did you expect to see? GMT What did you see instead? panic: open /home/pierre/.gimme/versions/go1.5.2.src/lib/time/zoneinfo.zip: no such file or directory