packagemainimport("fmt""strconv")funcmain(){v:=int64(-42)s10:=strconv.FormatInt(v,10)fmt.Printf("%T,%v\n",s10,s10)s16