go-project-example icon indicating copy to clipboard operation
go-project-example copied to clipboard

Results 3 go-project-example issues
Sort by recently updated
recently updated
newest added

下面这里uids,应该是topic以及post的userid字段而非主键ID吧 ``` //获取用户信息 // uids := []int64{f.topic.Id} // for _, post := range f.posts { // uids = append(uids, post.Id) // } uids := []int64{f.topic.UserId} for _, post := range...

里面的关于获取用户信息的代码有bug,我已经提交了一个pr,希望可以合并修盖bug