5 Star 18 Fork 4

rushmore / zbus-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
handler_test.go 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
rushmore 提交于 2017-08-16 23:18 . zbus-go server & client init
package main
import (
"testing"
)
func Test_handleUrlMessage(t *testing.T) {
msg := NewMessage()
msg.Url = "/rpc/MyRpc/plus/1/2/?key1=val1&&key2=value2"
handleUrlMessage(msg)
}
func Test_bindata(t *testing.T) {
data, err := Asset("asset/base.css")
if err != nil {
t.Fail()
}
print(string(data))
}
Go
1
https://gitee.com/rushmore/zbus-go.git
git@gitee.com:rushmore/zbus-go.git
rushmore
zbus-go
zbus-go
master

搜索帮助