Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created July 3, 2021 05:30
Show Gist options
  • Select an option

  • Save mr-pascal/83406acd43dc9310b4e51eed0e77a4e6 to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/83406acd43dc9310b4e51eed0e77a4e6 to your computer and use it in GitHub Desktop.
go.mod file of the service module
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