This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
appease linter #22
Annotations
10 errors
lint:
dom/node_test.go#L126
Error return value of `doc.SetDocumentElement` is not checked (errcheck)
|
lint:
dom/node_test.go#L133
Error return value of `child.AppendText` is not checked (errcheck)
|
lint:
dom/node_test.go#L134
Error return value of `root.AddChild` is not checked (errcheck)
|
lint:
dom/node_test.go#L221
Error return value of `doc.SetDocumentElement` is not checked (errcheck)
|
lint:
dom/node_test.go#L227
Error return value of `root.AddChild` is not checked (errcheck)
|
lint:
dom/node_test.go#L233
Error return value of `root.AddChild` is not checked (errcheck)
|
lint:
xml_test.go#L45
Error return value of `d.SetDocumentElement` is not checked (errcheck)
|
lint:
xml_test.go#L75
Error return value of `n.AddChild` is not checked (errcheck)
|
lint:
xml_test.go#L99
Error return value of `n.AddChild` is not checked (errcheck)
|
lint:
xml_test.go#L149
Error return value of `r.SetNamespace` is not checked (errcheck)
|