Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var YesToAll bool
YesToAll will be used by the command to skip the questions
Functions ¶
Types ¶
type ImportConverter ¶
ImportConverter will changes imports from a -> b
func (ImportConverter) Process ¶
func (c ImportConverter) Process(r *Runner) error
Process will walk all the .go files in an application, excluding ./vendor. It will then attempt to convert any old import paths to any new import paths used by this version Buffalo.
Click to show internal directories.
Click to hide internal directories.