1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-17 20:28:06 +02:00

add mock package comments

This commit is contained in:
Asim Aslam 2018-12-01 12:56:21 +00:00
parent a1665ab37a
commit 9c2689301c
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Package mock provides a mock broker for testing
package mock
import (

View File

@ -1,3 +1,4 @@
// Package mock provides a mock client for testing
package mock
import (

View File

@ -1,3 +1,4 @@
// Package mock provides a mock registry for testing
package mock
import (