initial commit

master
amorozov 2024-06-19 21:57:34 +03:00
commit 0316759f1a
2 changed files with 23 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
/out/
*.iml
/.idea/
*.exe
/run/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
go.work.sum
.env

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.tswf.io/incredible-go/incredible-go-core
go 1.22.0