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