Skip to content

Instantly share code, notes, and snippets.

@syafdia
Last active August 17, 2021 16:16
Show Gist options
  • Save syafdia/e8dcbeb3989d3b860bc7d9922d465ab1 to your computer and use it in GitHub Desktop.
Save syafdia/e8dcbeb3989d3b860bc7d9922d465ab1 to your computer and use it in GitHub Desktop.
#!/bin/bash
mockgen -source=internal/user/repo.go \
-destination=internal/user/repo_mock_test.go \
-package=user \
-self_package=github.com/syafdia/demo-unit-test/internal/user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment