]> Cypherpunks repositories - gostls13.git/commit
path/filepath: add explicit comment marking elided errors
authorRuss Cox <rsc@golang.org>
Mon, 6 Jul 2020 15:28:15 +0000 (11:28 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2020 03:43:31 +0000 (03:43 +0000)
commit6b344170db8fad38df941fe97db0348f6f1bb4d0
treef31b161a35c19f8e6f63613f28981397acd649a1
parent6a167c73977384f3646f4651901fe38347711b10
path/filepath: add explicit comment marking elided errors

The errors on these lines are meant to be discarded.
Add a comment to make that extra clear.

Change-Id: I38f72af6dfbb0e86677087baf47780b3cc6e7d40
Reviewed-on: https://go-review.googlesource.com/c/go/+/241083
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/path/filepath/match.go