go-webdav/internal
Sebastien Binet 7d337ac048 internal: fix always-true interface comparison
This CL corrects the following bug uncovered by staticcheck:

```
  internal/elements.go:148:6: this comparison is always true (SA4023)
    internal/elements.go:146:18: the lhs of the comparison gets its value from here and has a concrete type
```

Signed-off-by: Sebastien Binet <binet@cern.ch>
2023-12-15 15:07:59 +01:00
..
client.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements_test.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go internal: fix always-true interface comparison 2023-12-15 15:07:59 +01:00
internal.go internal: use errors.As in IsNotFound 2022-05-31 16:58:45 +02:00
server.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
xml_test.go internal: add RawXMLValue to defer XML encoding/decoding 2020-01-14 17:54:03 +01:00
xml.go internal: add NewPropfindResponse helper 2020-01-17 14:40:29 +01:00