Skip to content

Commit

Permalink
reorg main go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
drov0 committed Jan 4, 2020
1 parent 95195da commit 1b38192
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions go.mod
@@ -1,13 +1,14 @@
module example.com/localmodexample

go 1.13

require (
example.org/hello v0.0.0
example.org/utils v0.0.0

)

replace example.org/hello => ./hello

replace example.org/utils => ./utils

go 1.13
replace (
example.org/hello => ./hello
example.org/utils => ./utils
)

0 comments on commit 1b38192

Please sign in to comment.