package
Version:
v0.0.0-...-a47ce12
Opens a new window with list of versions in this module.
Published: Oct 3, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pessoa struct {
UUID uuid.UUID `json:"id"`
Apelido string `json:"apelido"`
Nome string `json:"Nome"`
Nascimento string `json:"nascimento"`
Stack []string `json:"stack"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.