diff --git a/global/global.go b/global/global.go new file mode 100644 index 0000000..baa4a56 --- /dev/null +++ b/global/global.go @@ -0,0 +1,10 @@ +/****************************************************************************** + * @Function Name : + *----------------------------------------------------------------------------- + * @Description : + * @Function Parameters: + * @Return Value : + * @Author : Zhang Xin + * @Date : 2021/3/3 11:02 + ******************************************************************************/ + package global \ No newline at end of file diff --git a/models/base/ws.go b/models/base/ws.go new file mode 100644 index 0000000..48259c4 --- /dev/null +++ b/models/base/ws.go @@ -0,0 +1,10 @@ +/****************************************************************************** + * @Function Name : + *----------------------------------------------------------------------------- + * @Description : + * @Function Parameters: + * @Return Value : + * @Author : Zhang Xin + * @Date : 2021/3/3 11:02 + ******************************************************************************/ + package base \ No newline at end of file diff --git a/web/controllers/ws/ws.go b/web/controllers/ws/ws.go new file mode 100644 index 0000000..d1e5ce0 --- /dev/null +++ b/web/controllers/ws/ws.go @@ -0,0 +1,10 @@ +/****************************************************************************** + * @Function Name : + *----------------------------------------------------------------------------- + * @Description : + * @Function Parameters: + * @Return Value : + * @Author : Zhang Xin + * @Date : 2021/3/3 11:02 + ******************************************************************************/ + package ws \ No newline at end of file