Created
July 3, 2021 05:30
-
-
Save mr-pascal/83406acd43dc9310b4e51eed0e77a4e6 to your computer and use it in GitHub Desktop.
go.mod file of the service module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module service | |
| go 1.15 | |
| require ( | |
| models v1.0.0 | |
| ) | |
| replace ( | |
| models v1.0.0 => ../models | |
| ) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment