We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0013b64 commit fd8c81fCopy full SHA for fd8c81f
lib/coderay/scanners/go.rb
@@ -23,7 +23,7 @@ class Go < Scanner
23
'int8', 'int16', 'int32', 'int64',
24
'float32', 'float64',
25
'complex64', 'complex128',
26
- 'byte', 'rune',
+ 'byte', 'rune', 'string', 'error',
27
'uint', 'int', 'uintptr',
28
] # :nodoc:
29
0 commit comments