rename socket to skynet.socket

This commit is contained in:
Cloud Wu
2017-06-01 10:51:02 +08:00
parent 24537b3001
commit 8a6243d2a0
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
local skynet = require "skynet"
local socket = require "socket"
local socket = require "skynet.socket"
require "skynet.manager" -- import skynet.launch, ...
local table = table