Blame view

tools/protostostruct_test.go 191 Bytes
9644352a   zhangqijia   登录服改为http,游戏服改为长连...
1
2
3
4
5
6
7
  package main
  
  import "testing"
  
  func TestReadProtos(t *testing.T) {
  	ReadProtos("/Users/mac/Documents/project/Pro2D/Pro2DServer/protos/", "/Users/mac/Documents/project/Pro2D/Pro2DServer/")
  }