8 lines
127 B
Go
8 lines
127 B
Go
package payload
|
|
|
|
import "testing"
|
|
|
|
func Test(t *testing.T) {
|
|
//tests for this have been included in the mheaders_test file
|
|
|
|
}
|