This commit is contained in:
Tino Rusch 2020-04-24 01:45:54 -05:00 committed by GitHub
commit 62f3144f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip
sudo: false
install:

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/davecgh/go-spew
go 1.14