package main import ( "errors" "strings" ) type name_desc_t struct { Name string Description string }