Skip to content

Conversation

@stevegt
Copy link

@stevegt stevegt commented Nov 30, 2021

  • create vanilla go.mod in pkg/SST
  • create Blog/Part*/go.mod and add replace SST => ../../pkg/SST
  • run go mod tidy in Part* to create Part*/go.sum files

This version does not need Blog/Part*/*.go files to move
into their own subdirs -- that would be more idiomatic but
also more disruptive.

- create vanilla go.mod in pkg/SST
- create Blog/Part*/go.mod and add `replace SST => ../../pkg/SST`
- run `go mod tidy` in Part* to create Part*/go.sum files

This version does not need Blog/Part*/*.go files to move
into their own subdirs -- that would be more idiomatic but
also more disruptive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant