@ -23,4 +23,4 @@ In C# language there are none of the handy functions to operate with textual inp
## Go
## Go
Everything has to be in one package (standard `main` executable package). TODO...
The solutions of Go has to be located only in one package, the standard `main` executable package. ReCodEx uses flat folder structure of submitted solution, therefore separate Go packages cannot be used. Multiple files are fine as long as they contains the same package.