Этот коммит содержится в:
Harrison Healey
2018-11-22 13:10:36 -05:00
родитель 5388afd37e
Коммит 5f65356a3f
4 изменённых файлов: 32 добавлений и 28 удалений

Просмотреть файл

@@ -133,7 +133,7 @@ type PostForIndexing struct {
ParentCreateAt *int64 `json:"parent_create_at"`
}
// Shallowly clone the a post
// Clone shallowly copies the post.
func (o *Post) Clone() *Post {
copy := *o
return &copy