475e5a5
2cd785f
1 2
3 4 5 6 7
8 9 10 11
package main import ( "errors" "strings" ) type name_desc_t struct { Name string Description string }