Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
5129015302d331f3b3b2b367be90a2a4197c1130
/
.
/
vendor
/
github.com
/
google
/
uuid
/
.travis.yml
blob: d8156a60ba9b3affe8a7ebd9c1a7ca3a06674e55 [
file
] [
log
] [
blame
]
William Kurkian
ea86948
2019-04-09 15:16:11 -0400
[
diff
] [
blame
]
1
language:
go
2
3
go:
4
-
1.4.3
5
-
1.5.3
6
-
tip
7
8
script:
9
-
go test
-
v ./
...