Ejemplo n.º 1
0
func (m *MgoQuestionStore) Create(q *model.Question) error {
	q.SetNew()
	return m.c.Insert(q)
}