Lindenii Project Forge
/misc.go (raw)
package main import ( "errors" "strings" ) type name_desc_t struct { Name string Description string }