From c7ddae76e4095be03798b3c312cb90d5940cfb07 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sat, 21 Dec 2019 15:51:06 +0800 Subject: [PATCH] Upgrade to go 1.13 on go.mod and add a new template of Github issues --- .github/ISSUE_TEMPLATE/question_inquiry.md | 11 +++++++++++ go.mod | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question_inquiry.md diff --git a/.github/ISSUE_TEMPLATE/question_inquiry.md b/.github/ISSUE_TEMPLATE/question_inquiry.md new file mode 100644 index 0000000..f59bb8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question_inquiry.md @@ -0,0 +1,11 @@ +--- +name: Question inquiry +about: Ask a question about this project +title: '' +labels: question, help wanted +assignees: panjf2000 + +--- + +**What is your question about ants?** +Please describe your question meticulously. diff --git a/go.mod b/go.mod index 201c358..8376767 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/panjf2000/ants/v2 -go 1.12 +go 1.13