mirror of
https://github.com/elyby/chrly.git
synced 2024-12-02 11:40:56 +05:30
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
mockgen -source=interfaces/repositories.go -destination=interfaces/mock_interfaces/mock_interfaces.go
|
||
|
mockgen -source=interfaces/api.go -destination=interfaces/mock_interfaces/mock_api.go
|