mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
11 lines
131 B
YAML
11 lines
131 B
YAML
language: go
|
|
go:
|
|
- 1.0.3
|
|
- 1.1.2
|
|
- 1.2
|
|
- tip
|
|
install:
|
|
- go get github.com/bmizerany/assert
|
|
notifications:
|
|
email: false
|