got rid of extraneous func
This commit is contained in:
parent
8458c38468
commit
1bf4f37921
@ -40,9 +40,6 @@ func getScore(session *sessions.Session) int {
|
|||||||
return parsed_score
|
return parsed_score
|
||||||
}
|
}
|
||||||
|
|
||||||
func setScore(session *sessions.Session) {
|
|
||||||
}
|
|
||||||
|
|
||||||
func problem(w http.ResponseWriter, req *http.Request) {
|
func problem(w http.ResponseWriter, req *http.Request) {
|
||||||
operation := "+"
|
operation := "+"
|
||||||
if r := rand.Intn(2); r == 0 {
|
if r := rand.Intn(2); r == 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user