This doesn't work, and should: ```go // +build mage package main // mage:import import "foo/bar" ``` It ignores the import because it's a single line and not an ``` import ( // mage:import "foo/bar" ) ```