package postgres import ( "testing" "video_course/global" "video_course/logger" ) func testInit() { logger.Init() global.Init() Init() } func TestInit(t *testing.T) { testInit() }