Closed markniebur closed 1 year ago
The way around this is to add import _ "github.com/markphelps/optional" to the file that would contain the //go:generate command. It would be very helpful if this info is included in the README.
import _ "github.com/markphelps/optional"
//go:generate
@markniebur will do that now! thanks
The way around this is to add
import _ "github.com/markphelps/optional"
to the file that would contain the//go:generate
command. It would be very helpful if this info is included in the README.