gogen icon indicating copy to clipboard operation
gogen copied to clipboard

support doc for field

Open luoliwoshang opened this issue 1 year ago • 0 comments

https://github.com/goplus/llcppg

For project https://github.com/goplus/llcppg, we need to migrate the doc above the fields in the structs.

type User struct {
    // User ID in the system
    ID int64
    // User's full name
    Name string
    // Email address used for login and notifications
    Email string
}

luoliwoshang avatar Jan 06 '25 06:01 luoliwoshang