File: checkall.bash

package info (click to toggle)
golang-github-hetznercloud-hcloud-go 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: sh: 5; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash -e
cd hcloud
diff -u <(echo -n) <(gofmt -d -s .)
go vet ./...
golint -set_exit_status
go test ./...