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

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