Vincent Batts
80fe32f52e
pulled the serving-crds.yaml for knative, then made a json form of it, for marshaling to cbor for comparison Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
8 lines
93 B
Go
8 lines
93 B
Go
package mtest
|
|
|
|
import "testing"
|
|
|
|
func TestMarshal(t *testing.T) {
|
|
Things()
|
|
OtherThings()
|
|
}
|