Add dummy files to js samples with integration tests (#2643)

This commit is contained in:
Dan Willhite
2016-09-28 13:59:22 -07:00
committed by GitHub
parent 82b25f370f
commit 4fd84d5141
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
// Copyright 2016 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
package aggregate
// go build fails if there are _test.go but no other go files in a directory.
+1 -1
View File
@@ -2,7 +2,7 @@
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
package counter
package aggregate
import (
"testing"
+7
View File
@@ -0,0 +1,7 @@
// Copyright 2016 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
package url_fetch
// go build fails if there are _test.go but no other go files in a directory.