Add a slightly rany complaint about the go.mod file

Sam Whited 2018-11-12 16:39:26 +00:00
parent 828d2660d8
commit 492700ec12

@ -187,6 +187,7 @@ a complex solution for the problem.
## Modules
- Paul Jolly - "[Creating a submodule within an existing module](https://gist.github.com/myitcv/79c3f12372e13b0cbbdf0411c8c46fd5)" - covers multi-module repos, cyclic module dependencies and the steps required to move between various "states"
- Sam Whited -"[Mod file format](https://write.as/7un2fvf4124bm5s0.md)" - complaint about reinventing the serialization format wheel for mod files.
## Performance