package
Version:
v0.0.0-...-e478a94
Opens a new window with list of versions in this module.
Published: Nov 25, 2020
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ParseAndIndex(filePath string)
type People struct {
Name string `json:"name"`
CtfId string `json:"ctf_id"`
Gender string `json:"gender"`
Birthday string `json:"birthday"`
Address string `json:"address"`
Mobile string `json:"mobile"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.