mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
8 lines
78 B
YAML
8 lines
78 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
script: go test -v --bench=. ./...
|