Exclude mock file from build (#31)

* exclude mock from build

* exclude mock from build
This commit is contained in:
Yaron Schneider 2019-10-12 21:54:34 -07:00 committed by GitHub
parent 6798115855
commit 9682bc829c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
// Licensed under the MIT License.
// ------------------------------------------------------------
// +build test
package pubsub
import (