Documentation ¶
Overview ¶
Package people deals with people, person names, aliases and their roles.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fix ¶ added in v1.1.18
Fix any malformed group names found in the database.
Example ¶
package main import ( "log" "github.com/Defacto2/df2/lib/people" ) func main() { const simulate = true if err := people.Fix(simulate); err != nil { log.Print(err) } }
Output: no people fixes needed
Types ¶
Click to show internal directories.
Click to hide internal directories.