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

added some more modules

parent 5f86ca21
Loading
Loading
Loading
Loading

component/component.go

0 → 100644
+1 −0
Original line number Diff line number Diff line
package component
+7 −0
Original line number Diff line number Diff line
package component

import "testing"

func TestDummy(t *testing.T) {
	t.Skip("dummy test not implemented")
}
+1 −0
Original line number Diff line number Diff line
package controller
+7 −0
Original line number Diff line number Diff line
package controller

import "testing"

func TestDummy(t *testing.T) {
	t.Skip("dummy test not implemented")
}
+1 −0
Original line number Diff line number Diff line
package manager
Loading