File: mockgen.sh

package info (click to toggle)
gitlab-agent 16.1.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 6,324 kB
  • sloc: makefile: 175; sh: 52; ruby: 3
file content (4 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
#!/usr/bin/env bash

# Make sure version matches go.mod
exec go run github.com/golang/mock/mockgen@v1.7.0-rc.1.0.20220812172401-5b455625bd2c "$@"