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