This commit is contained in:
Mikerah 2019-12-13 15:24:15 -05:00 committed by GitHub
parent f7f724862d
commit e5d371f86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
// Package transport provides the Transport interface, which represents
// the devices and network protocols used to send and recieve data.
// the devices and network protocols used to send and receive data.
package transport
import (