Hey guys, I’ve been learning Go for the lat couple of weeks but now that
I’m looking to more advanced topics, I’ve seen things like

type Person struct {
    FirstName string `db:"first_name"`
    LastName  string `db:"last_name"`
    Email     string
}

What `db:”first_name”` means ?

Regards



=============================================
Freddy Martínez García
Software Engineer
B.S. Computer Science
LinkedIn: https://ar.linkedin.com/in/freddy-martinez-garcia-47157259


*“If you give someone a program, you will frustrate them for a day;if you
teach them how to program, yo will frustrate them for a lifetime.”*

*David Leinweber*

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