Sarath Sadasivan Pillai

Results 7 comments of Sarath Sadasivan Pillai

Is it still an active discussion?

This looks fixed , @ChimeraCoder please do confirm that or revert

Since the go convention says so its recommended to follow that which is for short forms like id,ip,sid etc instead of changing to CamelCase use all capital letters .One thing...

I am using Wayland not X. Tried on terminator below is the spec ``` uname -a Linux sparta-local 4.14.8-200.fc26.x86_64 #1 SMP Wed Dec 20 19:05:23 UTC 2017 x86_64 x86_64 x86_64...

@mccutchen unable to access the link above

``` type Customer struct { Id int `json:"id" db:"id"` Name string `json:"name" db:"name"` Adress } type Adress struct { Street string `json:"street" db:"street"` City *Adress `json:"city" db:"city"` } ``` You...