language: go go: - "1.10" - tip script: - make lint - make test after_script: - make cover