mirror of
https://github.com/Crocmagnon/gopher-the-number.git
synced 2024-12-30 09:51:47 +01:00
Initial commit
This commit is contained in:
commit
301e38da97
3 changed files with 6 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
|
2
.tool-versions
Normal file
2
.tool-versions
Normal file
|
@ -0,0 +1,2 @@
|
|||
golang 1.20.2
|
||||
golangci-lint 1.51.2
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module gopher-the-number
|
||||
|
||||
go 1.20
|
Loading…
Reference in a new issue