Upgrade to go 1.13 on go.mod and add a new template of Github issues

This commit is contained in:
Andy Pan 2019-12-21 15:51:06 +08:00
parent 809379e657
commit c7ddae76e4
2 changed files with 12 additions and 1 deletions

View File

@ -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.

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/panjf2000/ants/v2
go 1.12
go 1.13