diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..1c2fda5
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/go_todo_app.iml b/.idea/go_todo_app.iml
new file mode 100644
index 0000000..338a266
--- /dev/null
+++ b/.idea/go_todo_app.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..f97c856
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a3553c7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1 @@
+module go_todo_app
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..46635bb
--- /dev/null
+++ b/main.go
@@ -0,0 +1 @@
+package go_todo_app