Re: [go-nuts] Re: Why isn't go more popular?

2021-08-13 Thread cisgo io
Hello tapi,

"Personally, Go will become more popular if we could develop gfx/gui apps
in Go with ease."

I think we all here want Go to "smoke some butt" and to push beyond being
sucessful to being "the" language of Reason, just an amazing language as it
is. But languages evolve and popularity can be achieved by us all
implementing solutions in our fields that do the job, fast, efficiently
structured and secure.

I foremost believe, if I can motivate Cisco to embrace Go, use and see the
benifits of this awesome computer language in Enterprise, Datacenter
Networking, then I'm doing my part :-D
If Cisco learns to love Go, then that will, without a doubt, be "fuel on
the fire" :-D
If we all keep being inspired with this wonderful language, then Go will
succeed, as we succeed :-)
HTH, Scottie

tapi...@gmail.com  schrieb am Mi., 11. Aug. 2021,
07:45:

> Personally, Go will become more popular if we could develop gfx/gui apps
> in Go with ease.
>
> On Thursday, August 5, 2021 at 10:20:49 PM UTC-4 santino.f...@gmail.com
> wrote:
>
>> When you see the ranking of the most liked programming languages, go is
>> near c++, a really "hated app". But since is efficient and produces really
>> clean code, why no wants like it ?
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/4fff3df0-f7a0-428f-bf9f-2e26cf2512acn%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CADUD2Xi%3DWz_z-iZ7SmgzwMkZihMGftpTo_R7Mw6pKCtUriCkPg%40mail.gmail.com.


Re: [go-nuts] sql.Row doubt

2021-08-13 Thread daniel...@omie.com.br
Yes i ever use Query() instead of QueryRow(). 
My doubt is more about the API design.
If exists *sql.Row with Scan() method why not implements Columns() ?

On Thursday, August 5, 2021 at 3:43:44 PM UTC-3 eli...@gmail.com wrote:

> In what case do you find the need to call Columns() on a Row? Generally if 
> you have access to a Row, you also have access to a Rows, which does have a 
> Columns() method.
>
> Eli
>
> On Thu, Aug 5, 2021 at 10:34 AM Daniel da Silva  wrote:
>
>> Hello guys!
>>
>> Why doesn't sql.Row implement the Columns() method? 
>>
>> Thanks!
>>
>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/1c521514-d267-456c-a66a-e56544965fd3n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a5b02475-dbfb-4559-af74-dc9c2dff6658n%40googlegroups.com.


Re: [go-nuts] sql.Row doubt

2021-08-13 Thread Daniel da Silva
Yes i ever use Query() instead of QueryRow(). 
My doubt is more about the API design.
If exists *sql.Row with Scan() method why not implements Columns() ?

On Thursday, August 5, 2021 at 3:43:44 PM UTC-3 eli...@gmail.com wrote:

> In what case do you find the need to call Columns() on a Row? Generally if 
> you have access to a Row, you also have access to a Rows, which does have a 
> Columns() method.
>
> Eli
>
> On Thu, Aug 5, 2021 at 10:34 AM Daniel da Silva  wrote:
>
>> Hello guys!
>>
>> Why doesn't sql.Row implement the Columns() method? 
>>
>> Thanks!
>>
>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/1c521514-d267-456c-a66a-e56544965fd3n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/730bd82a-dc94-4f81-8a7c-28c1bc8b9a13n%40googlegroups.com.


[go-nuts] Re: database/sql doubt

2021-08-13 Thread Brian Candler
This is a duplicate of https://groups.google.com/g/golang-nuts/c/Fma0vMPIC8I

On Thursday, 12 August 2021 at 21:20:34 UTC+1 dop...@gmail.com wrote:

> Hello guys!
>
> Why *sql.Row donĀ“t implements the Columns() method ?
>
> Thanks!
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/78d45c03-846e-4d67-a0e5-a8a1886904b1n%40googlegroups.com.