We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb6d24 commit b7b96edCopy full SHA for b7b96ed
strs/strs.go
@@ -54,7 +54,7 @@ func CopyStrPtr(sp *string) *string {
54
const (
55
// FQDNDelimiter is the default FQDN delimiter.
56
FQDNDelimiter = "."
57
- // FQDNEsc is the default escape char for FQDN. Esc is used for escaping "." and itselfxw.x
+ // FQDNEsc is the default escape char for FQDN. Esc is used for escaping "." and itself.
58
FQDNEsc = "%"
59
)
60
0 commit comments