commit 4da2f775ba7c07922ceb56bd07acaf340be069b3 Author: Maxim Lebedev Date: Wed Dec 22 06:36:39 2021 +0500 :tada: Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9f7338 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# form \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c18d87b --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module source.toby3d.me/toby3d/form + +go 1.17