implement marshalling of frames

This commit is contained in:
Marten Seemann
2020-01-18 21:51:19 +07:00
parent df5890ffab
commit 60183f4fec
3 changed files with 740 additions and 0 deletions

13
qlog/qlog_suite_test.go Normal file
View File

@@ -0,0 +1,13 @@
package qlog
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestQlog(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "qlog Suite")
}