update transport package comments

This commit is contained in:
Asim Aslam 2019-07-07 15:04:07 +01:00
parent 0b732b2c49
commit 5b7454e5a8

View File

@ -1,4 +1,4 @@
// Package transport is an interface for connection based communication
// Package transport is an interface for synchronous connection based communication
package transport
import (