Having just been bitten by stale dependencies, I wonder if gomacro could add a flag to do this part of package import:
`import _i "import/path/for/your/application"`
under command from a `go gen…
If I create a code block for `Go` that simulates a type of Linked object, I receive an error:
```go
type Node struct {
Next *Node
}
```
Response:
```sh
repl.go:2:11: undefined identi…