File: install_tools.sh

package info (click to toggle)
hcloud-cli 1.39.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: sh: 36; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -o errexit
set -o pipefail
set -o nounset

go install github.com/boumenot/gocover-cobertura
go install github.com/golang/mock/mockgen
go install github.com/rjeczalik/interfaces/cmd/interfacer