Files
lneto/examples/_import_examples
Pat Whittingslow 99e9d90a60 Netdev revamp (#145)
* begin working on netdev solution

* need to roll back some assumptions in next commit

* dual poll/async mode for netdev.Runner

* add wake on rx semantics

* remove TODO

* more reworking of Runner

* work on applying @MDr164 suggestions and a couple extra revamps

* add newline to end of test file
2026-07-09 14:04:10 -03:00
..
2026-07-09 14:04:10 -03:00
2026-04-17 15:58:55 -03:00
2026-07-09 14:04:10 -03:00

import-examples

This folder contains examples that need external imports to work.

This is done to avoid adding dependencies to lneto's go.mod file.

  • Trivial Auditing
    • No dependency analysis needed for vulnerability scanning
  • Eliminate a whole set of attack vectors for lneto importers
  • Ensures nothing outside Lneto gets compiled maintaining binary sizes small