videoplayer/test/conf_test.go

12 lines
127 B
Go
Raw Normal View History

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