config_manager_go/config_test.go
2017-04-13 19:51:48 +09:00

8 lines
90 B
Go

package config_manager_go
import "testing"
func TestStart(t *testing.T) {
Start(nil)
}