package common import "errors" var ( InsertFailError = errors.New("insert failed") )