newGoFileHeader option allows toggling automatic insertion of the copyright comment and package declaration in a newly created Go file.The new reflecttypefor modernizer simplifies calls to reflect.TypeOf to use reflect.TypeFor when the runtime type is known at compile time. For example, reflect.TypeOf(uint32(0)) becomes reflect.TypeFor[uint32]().
The Rename operation now treats Doc Links like identifiers, so you can initiate a renaming from a Doc Link.