move snax to skynet

This commit is contained in:
Cloud Wu
2017-06-01 12:18:42 +08:00
parent 2be915e3c7
commit 5a4ebe6a73
12 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
local skynet = require "skynet"
local snax = require "snax"
local snax = require "skynet.snax"
skynet.start(function()
local ps = snax.newservice ("pingserver", "hello world")