Compare commits

..

No commits in common. "f2f1beeec9e009fb05378a3032a75c93966d72bb" and "d4ae5011b32d3c2301af493739cf42aa9de0c52e" have entirely different histories.

View file

@ -1,9 +0,0 @@
package models
type Task struct {
Id *int32 `db:"id"`
ContestId *int32 `db:"contest_id"`
ProblemId *int32 `db:"problem_id"`
Position *int32 `db:"position"`
position_name *string `db:"position_name"`
}