From 0476dd09a4d295ae0fadc64af8ca7a50d838026d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 13 May 2020 16:57:07 -0600 Subject: [PATCH] bunch of files for goland! --- .idea/.gitignore | 8 ++++++++ .idea/dictionaries/qbit.xml | 7 +++++++ .idea/mcchunkie.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ main.go | 2 +- 7 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/dictionaries/qbit.xml create mode 100644 .idea/mcchunkie.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/dictionaries/qbit.xml b/.idea/dictionaries/qbit.xml new file mode 100644 index 0000000..c50012d --- /dev/null +++ b/.idea/dictionaries/qbit.xml @@ -0,0 +1,7 @@ + + + + veryhigh + + + \ No newline at end of file diff --git a/.idea/mcchunkie.iml b/.idea/mcchunkie.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/mcchunkie.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c8ee9aa --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/main.go b/main.go index 605efc4..83db7c9 100644 --- a/main.go +++ b/main.go @@ -240,7 +240,7 @@ func main() { // Sending a response per plugin hits issues, so save them and // send as one message. - helps := []string{} + var helps []string for _, p := range plugins.Plugs { var post string var ok bool