1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

Add package comments

This commit is contained in:
Asim
2016-05-24 22:22:46 +01:00
parent 9d50d51c40
commit 1254a87286
13 changed files with 90 additions and 55 deletions

4
codec/doc.go Normal file
View File

@ -0,0 +1,4 @@
/*
Package codec is an interface for encoding messages.
*/
package codec