package test_utils import ( "testing" "go.uber.org/mock/gomock" "src.opensuse.org/autogits/common" ) func NewController(t *testing.T) *gomock.Controller { common.SetTestLogger(t) return gomock.NewController(t) }