Showing 640 of 640 total issues
exported type Warnings should have comment or be unexported Open
Open
type Warnings []Warning
- Exclude checks
comment on exported var UnofficialTagLongitudeNorth should be of the form "UnofficialTagLongitudeNorth ..." Open
Open
// Unofficial. Longitude north? This has been seen exported from
- Exclude checks
exported method Warnings.Strings should have comment or be unexported Open
Open
func (ws Warnings) Strings() (ss []string) {
- Exclude checks
exported method SimpleWarning.SetContext should have comment or be unexported Open
Open
func (w *SimpleWarning) SetContext(context WarningContext) {
- Exclude checks
comment on exported var UnofficialTagLongitudeSeconds should be of the form "UnofficialTagLongitudeSeconds ..." Open
Open
// Unofficial. Longitude seconds. This has been seen exported from
- Exclude checks
comment on exported var UnofficialTagFamilySearchID1 should be of the form "UnofficialTagFamilySearchID1 ..." Open
Open
// See FamilySearchIDNode
- Exclude checks
comment on exported var UnofficialTagLongitudeDegress should be of the form "UnofficialTagLongitudeDegress ..." Open
Open
// Unofficial. Longitude degrees. This has been seen exported from
- Exclude checks
exported function CLIDescription should have comment or be unexported Open
Open
func CLIDescription(s string) (r string) {
- Exclude checks
exported function WrapToMargin should have comment or be unexported Open
Open
func WrapToMargin(s string, width int) (r string) {
- Exclude checks
exported method WifeNode.Similarity should have comment or be unexported Open
Open
func (node *WifeNode) Similarity(other *WifeNode, options SimilarityOptions) float64 {
- Exclude checks
exported function NewSourceNode should have comment or be unexported Open
Open
func NewSourceNode(value, pointer string, children ...Node) *SourceNode {
- Exclude checks
comment on exported var UnofficialTagLongitudeMinutes should be of the form "UnofficialTagLongitudeMinutes ..." Open
Open
// Unofficial. Longitude minutes. This has been seen exported from
- Exclude checks
comment on exported var UnofficialTagCreated should be of the form "UnofficialTagCreated ..." Open
Open
// Unofficial. The created date and/or time. This has been seen exported
- Exclude checks
exported function NewUniqueIDNode should have comment or be unexported Open
Open
func NewUniqueIDNode(value string, children ...Node) *UniqueIDNode {
- Exclude checks
exported method Warnings.WriteHTMLTo should have comment or be unexported Open
Open
func (ws Warnings) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method WifeNode.Family should have comment or be unexported Open
Open
func (node *WifeNode) Family() *FamilyNode {
- Exclude checks
comment on exported method SimpleNode.Nodes should be of the form "Nodes ..." Open
Open
// If the node is nil the result will also be nil.
- Exclude checks
exported method SimpleNode.RawSimpleNode should have comment or be unexported Open
Open
func (node *SimpleNode) RawSimpleNode() *SimpleNode {
- Exclude checks
comment on exported method SourceNode.Title should be of the form "Title ..." Open
Open
// If the node is nil the result will be an empty string.
- Exclude checks
exported type UUID should have comment or be unexported Open
Open
type UUID string
- Exclude checks