I am doing the http://tour.golang.org/. Could anyone explain me lines 1,3,5 and 7 this function especially what \'*\' and \'&\' do? I mean by mentioning the
& Operator gets the memory address where as * Opeartor holds the memory address of particular variable.