Commit 40436fef authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added skeleton top-level package

parent 65ba7295
Loading
Loading
Loading
Loading

cttdmbs.go

0 → 100644
+1 −0
Original line number Diff line number Diff line
package cttdmbs

cttdmbs_test.go

0 → 100644
+7 −0
Original line number Diff line number Diff line
package cttdmbs

import "testing"

func TestSkip(t *testing.T) {
	t.Skip("not implemented")
}