Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jun 24, 2023
1 parent 1187e7b commit 9e8cbd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ You can version control the libraries just as you do your Go code, and you can s
somewhat easier than just have a file lying around and be at the mercy of your users
knowing how to correctly download and keep track of them.

Provided you follow the module publishing rules of Go, `mylibrary` and `myawesomemodel` can
be in separate repositories, and be maintained by separate people -- they will just use
Go's dependency management system and automatically download/update the code.

# FAQ

## Why did you have to create an entire _parser_ just for this? Couldn't you just, you know, run `sed` and replace the `include` calls?
Expand Down

0 comments on commit 9e8cbd4

Please sign in to comment.