Initial commit

This commit is contained in:
Gabriel Augendre 2023-03-15 16:52:41 +01:00
commit 301e38da97
3 changed files with 6 additions and 0 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@

2
.tool-versions Normal file
View file

@ -0,0 +1,2 @@
golang 1.20.2
golangci-lint 1.51.2

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module gopher-the-number
go 1.20