8 lines
90 B
Go
8 lines
90 B
Go
package config_manager_go
|
|
|
|
import "testing"
|
|
|
|
func TestStart(t *testing.T) {
|
|
|
|
Start(nil)
|
|
} |