move to skynet module

This commit is contained in:
Cloud Wu
2017-06-01 11:29:07 +08:00
parent 8a6243d2a0
commit f1ed482001
37 changed files with 75 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ if _VERSION ~= "Lua 5.3" then
error "Use lua 5.3"
end
local socket = require "clientsocket"
local socket = require "skynet.clientsocket"
local proto = require "proto"
local sproto = require "sproto"