Go 1.10 and 1.11 support added by using different methods on reflect package.

This commit is contained in:
Musab Gültekin
2019-07-21 12:08:41 +03:00
parent df37629d4d
commit 762854e511
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,8 @@
language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
- tip