about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/db.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db.go b/src/db.go
index 35840c1..9e06493 100644
--- a/src/db.go
+++ b/src/db.go
@@ -77,3 +77,7 @@ func getAllChallenges(db *sql.DB) []Challenge {
 
 	return challenges
 }
+
+func newChallenge(challenge Challenge) error {
+	// do magic here
+}