1### Minimal Gossip Example 2 3All the code for this, except for the x509ext package, has been moved over 4to the [trillian-examples](https://github.com/google/trillian-examples) repository. 5 6This keeps the code together and removes a circular dependency between the 7two repositories. The package layout and structure remains the same so 8updating should just mean changing any relevant import paths.