From cd7bedebed7f1bbff8df80e08e8037abd1d3268a Mon Sep 17 00:00:00 2001 From: Weslei Juan Novaes Pereira Date: Mon, 13 Jan 2020 18:36:33 -0300 Subject: [PATCH] Removed .idea and changed go.mod --- .idea/misc.xml | 6 ---- .idea/modules.xml | 8 ----- .idea/mux.iml | 9 ------ .idea/vcs.xml | 6 ---- .idea/workspace.xml | 74 --------------------------------------------- go.mod | 2 +- 6 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/mux.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 62de7f0..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/mux.iml b/.idea/mux.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/mux.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index e9122b4..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - direct - - \ No newline at end of file diff --git a/go.mod b/go.mod index e006bdb..395f4d9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gorilla/mux +module github.com/gorilla/mux go 1.12