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"},
    }


On Wednesday, 18 April 2018 13:29:37 UTC+2, Jan Mercl wrote:
>
> On Wed, Apr 18, 2018 at 1:24 PM Ali Altun <alial...@gmail.com 
> <javascript:>> wrote:
>
> > There is a code part in the https://golang.org/pkg/sort/#example_
> > The Go code formatter doesn't change this code. 
>
> The code is already gofmt'ed, so no change is expected.
>
> > Similarly, how can I make it leave the following code snippet unchanged? 
> Does this have a technique?
>
> No, gofmt puts a line break after the opening left brace of any statement 
> block that's not a function block with a short and simple body.
>
> -- 
>
> -j
>

-- 
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.

Reply via email to