thrift-go(golang)Server端笔记
摘要:1、从thrift源码中拷贝go语言包(thrift\lib\go\thrift),放到go/src/下 2、新建go项目,实现server端服务接口 package main import ( "fmt" "os" "taochees" "thrift" "strconv" ) type Test
阅读全文
posted @ 2016-10-19 11:57
浙公网安备 33010602011771号