func()

in pkg/converter/comments.go [41:47]


func (c Comments) Get(path string) string {
	if val, ok := c[path]; ok {
		return val
	}

	return ""
}