Nino

Results 55 comments of Nino

most packages provide an aliasing feature with go tags (`sql:"last_name"`), like sqlx, gorm etc. this is not "hacking for coding style" its also to allow using existing database schemes etc....

Thanks for the fast response! I see.... Well at least we know now that it is planned, so there is something to look forward for :)

Oh that's unfortunate. Kinda the basics of a chat though, users and messages :/ But great to hear that someone is working on it! Is there any issue I can...

thank you very much, that might be enough for us :)

the behaviour described by @winterstefan is still happening in v1.3.2. Any updates on this issue?

I understand. Thanks for keeping it in mind :)

Feel free to open a PR!

I had the same problem. The solution is simple: the generated file from libui is not `libui.A.dylib` but `libui.0.dylib` :-) @see https://github.com/andlabs/ui/issues/112 for all my problems.

You can also use a Mac OS X app folder: ``` ls GoApp.app/Contents/MacOS goapp libui.A.dylib ``` and the go binary is compiled with: ``` tool -L GoApp.app/Contents/MacOS/goapp GoApp.app/Contents/MacOS/goapp: @rpath/libui.A.dylib (compatibility...

@tinyfluffs could you share how you did it? I am currently stumbling over this as well^^"