From e55d1ea8ac0cd95136ccdea89147b3a9216be18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Fri, 19 Jun 2020 14:55:19 +0200 Subject: [PATCH] Remove old comments --- go/tests/func/atoibase_test/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/go/tests/func/atoibase_test/main.go b/go/tests/func/atoibase_test/main.go index 095489a2..99fd8a98 100644 --- a/go/tests/func/atoibase_test/main.go +++ b/go/tests/func/atoibase_test/main.go @@ -7,7 +7,6 @@ import ( "lib" ) -// this is the function that creates the TESTS func main() { type node struct { s string @@ -45,5 +44,3 @@ func main() { lib.Challenge("AtoiBase", student.AtoiBase, base.Atoi, arg.s, arg.base) } } - -// TODO: fix base exercises