protostostruct_test.go 270 Bytes
package main

import (
	"fmt"
	"testing"
)

func TestReadProtos(t *testing.T) {
	ReadProtos("/Users/mac/Documents/project/Pro2D/Pro2DServer/protos/", "/Users/mac/Documents/project/Pro2D/Pro2DServer/")
}

func TestProtoToCode(t *testing.T) {
	fmt.Printf("0x%03x\n", 20)
}