package test import ( "fmt" "testing" "videoplayer/proto" ) func TestConf(t *testing.T) { fmt.Println(proto.MYSQL_DSN) }