move some module into skynet/

This commit is contained in:
Cloud Wu
2017-06-01 10:46:06 +08:00
parent 25763fc70b
commit 24537b3001
18 changed files with 28 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
local skynet = require "skynet"
local socket = require "socket"
local socket = require "skynet.socket"
local httpd = require "http.httpd"
local sockethelper = require "http.sockethelper"
local urllib = require "http.url"