File: mockgen.sh

package info (click to toggle)
gitlab-agent 16.11.5-1
  • links: PTS, VCS
  • area: contrib
  • in suites: experimental
  • size: 7,072 kB
  • sloc: makefile: 193; sh: 55; ruby: 3
file content (4 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download
1
2
3
4
#!/usr/bin/env bash

# Make sure version matches go.mod
exec go run go.uber.org/mock/mockgen@v0.4.0 -typed "$@"