模块注释

This commit is contained in:
wh_zcy 2022-11-14 14:35:55 +08:00
parent b6f28ecacf
commit 3533baf805
6 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// package
// 好友
// 赵长远
package friend
import (

View File

@ -1,3 +1,6 @@
// package
// 支线任务
// 赵长远
package linestory
import (

View File

@ -1,4 +1,6 @@
// package 随机任务
// 随机任务
// 赵长远
package rtask
import (

View File

@ -1,3 +1,6 @@
// package
// 公会
// 赵长远
package sociaty
import (

View File

@ -1,3 +1,6 @@
// package
// 日/周常成就任务
// 赵长远
package task
import (

View File

@ -1,3 +1,6 @@
// package
// 用户
// 赵长远
package user
import (