예제 #1
0
파일: store.go 프로젝트: osipchuk/testing
func (m *MgoQuestionStore) Create(q *model.Question) error {
	q.SetNew()
	return m.c.Insert(q)
}