A lof of similar situation, this kind of formating approach is needed. For example, the unformatted (or more precisely the manual formatted part) is mode readable for me. It may not be objective.
// Before Go gofmt'ed aTempl := []map[string]interface{}{ > {"fname": "id", "label": "Id", "boyut4": "01"}, > {"fname": "exp", "label": "Exp", "boyut4": "02"}, > {"fname": "atarih", "label": "Atarih", "boyut4": "05"}, > {"fname": "kimlk", "label": "Kimlik", "boyut4": "03"}, > {"fname": "perso", "label": "Perso", "boyut4": "04"}, > } // After Go gofmt'ed aTempl := []map[string]interface{}{ > {"fname": "id", "label": "Id", "boyut4": "01"}, > {"fname": "exp", "label": "Exp", "boyut4": "02"}, > {"fname": "atarih", "label": "Atarih", "boyut4": "05"}, > {"fname": "kimlk", "label": "Kimlik", "boyut4": "03"}, > {"fname": "perso", "label": "Perso", "boyut4": "04"}, > } > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.