Merge pull request #92 from animeshk08/patch-1

filter-junit: Fix golint error
This commit is contained in:
Kubernetes Prow Robot 2020-06-17 23:52:05 -07:00 committed by GitHub
commit 0676fcbd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ limitations under the License.
*/ */
/* /*
* This command filters a JUnit file such that only tests with a name This command filters a JUnit file such that only tests with a name
* matching a regular expression are passed through. By concatenating matching a regular expression are passed through. By concatenating
* multiple input files it is possible to merge them into a single file. multiple input files it is possible to merge them into a single file.
*/ */
package main package main