Exclude mock file from build (#31)
* exclude mock from build * exclude mock from build
This commit is contained in:
parent
6798115855
commit
9682bc829c
|
@ -3,6 +3,8 @@
|
|||
// Licensed under the MIT License.
|
||||
// ------------------------------------------------------------
|
||||
|
||||
// +build test
|
||||
|
||||
package pubsub
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue