commit 0316759f1ae9ca46952ac03708875f05c0220125 Author: amorozov Date: Wed Jun 19 21:57:34 2024 +0300 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b72c36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/out/ +*.iml +/.idea/ +*.exe +/run/ + +*.exe +*.exe~ +*.dll +*.so +*.dylib + +*.test + +*.out + +go.work +go.work.sum + +.env \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5a5692f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.tswf.io/incredible-go/incredible-go-core + +go 1.22.0