Skip to content

Commit 673c7cf

Browse files
committed
tests: Rename empty.go to doc.go.
An empty .go file is needed because this package is empty aside from tests. Rename it to doc.go since that's a more common name and it becomes more readable at a glance (e.g., people can know it will not contain any code without even having to open/look in it).
1 parent 6d932be commit 673c7cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package tests contains tests for GopherJS.
2+
package tests

tests/empty.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)