aboutsummaryrefslogtreecommitdiff
path: root/misc.go
blob: 7611c4e114684629cf218381ad01fcb2e45c1f96 (plain) (blame)
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
}