This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
76996f3e9d
commit
7f223750f9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
internal/logic/domain/group/model/group.go
+ 1
- 0
internal/logic/domain/group/model/group.go
View File
@@ -83,6 +83,7 @@ func (g *Group) ToProto() *pb.Group {
}
func CreateGroup(userId, masterId int64, in *pb.CreateGroupReq) *Group {
now := time.Now()
group := &Group{
Name: in.Name,
Write
Preview
Loading…
Cancel
Save