pokedex/magefiles/go.mod
Dan Anglin 4152a9d14f
feat: add initial project code
Add the initial code for the PokeDex project. For now the code can list
the next and previous 20 location areas within the Pokemon world.
2024-09-17 18:43:21 +01:00

5 lines
110 B
Modula-2

module codeflow.dananglin.me.uk/apollo/pokedex/magefiles
go 1.23.0
require github.com/magefile/mage v1.15.0