Too much things

This commit is contained in:
nemunaire 2016-01-25 03:09:22 +01:00
parent d35bdca3b1
commit f3a15b00e9
15 changed files with 640 additions and 17 deletions

View file

@ -12,7 +12,7 @@ type uploadedExercice struct {
Title string
Statement string
Hint string
Depend *int
Depend *int64
Gain int
VideoURI string
}