Initial commit
This commit is contained in:
10
pkg/controller/controllers_test.go
Normal file
10
pkg/controller/controllers_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// controller test
|
||||
func TestController(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user