Too many anonymous fields!

Report a typo

Below you will see a User struct declaration with way too many anonymous fields. Please select all the repeated anonymous fields that won't let the program compile.

type User struct {
    uint32
    string
    float64
    bool
    float64
    string
    uint64
}
Select one or more options from the list
___

Create a free account to access the full topic