Builder helps programmatically build txvm programs.
| 15 | |
| 16 | // Builder helps programmatically build txvm programs. |
| 17 | type Builder struct { |
| 18 | buf bytes.Buffer |
| 19 | } |
| 20 | |
| 21 | // TODO(jackson): Can we make this builder more ergonomic? |
| 22 | // https://github.com/interstellar/i10r/pull/2790#issuecomment-373210076 |
nothing calls this directly
no outgoing calls
no test coverage detected