Re: [go-nuts] Easiest way to work with database

2017-10-21 Thread vickey . coool
HiShawn, I just want to know say i have a test table in postgres. With 2 column one date and another string.i want to create an HTML table which can be updated and deleted by a click. Like Time| string X:xx| xyz update delete X:xx| xyz update delete X:xx| xyz update delete X:xx|

[go-nuts] Easiest way to work with database

2017-10-21 Thread vickey . coool
I work a lot with databases and i have recently started learning golang. Is three hardest language when comes to database. And there are no good places to find information. I am not able to work with databases even after searching and reading documentation and blog. I create typos and

[go-nuts] javascript libraries

2017-09-06 Thread vickey . coool
Is there any javascript package in go by which i can create javascript graphs and tables without having to learn a new language. I mean something like we do in r programming. Is there any such package. I want to create a dashboard like web app. Can we do it in go yet -- You received this

[go-nuts] Go get function improvements

2017-06-22 Thread vickey . coool
Go get function should import packages exponentially. Like the dependency of the package and the dependency of the dependent package should all be downloaded at once when we download the package. It should check if the package exist if not download all of the stuff. Its vry common in languages