Warning, /utilities/kate/addons/externaltools/externaltools-config/goimports_full_file is written in an unsupported language. File is not indexed.

0001 [General]
0002 actionName=externaltool_GoImports
0003 arguments=%{Document:FileName}
0004 category=Go
0005 cmdname=goimports-full-file
0006 executable=goimports
0007 icon=text-x-go
0008 mimetypes=text/x-go
0009 name=GoImports Full File
0010 output=ReplaceCurrentDocument
0011 reload=false
0012 save=CurrentDocument
0013 workingDir=%{Document:Path}