Specifically, `-local` flag: > -local string > put imports beginning with this string after 3rd-party packages That is very useful for projects that follow this grouping style: ```go import ( // stdlib // third-party // other packages of that project ) ```