Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / go / unicode.go.output
Size: Mime:
'package'     Keyword.Namespace
' '           Text.Whitespace
'main'        Name.Other
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'import'      Keyword.Namespace
' '           Text.Whitespace
'"fmt"'       Literal.String
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'func'        Keyword.Declaration
' '           Text.Whitespace
'main'        Name.Other
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text.Whitespace

'    '        Text.Whitespace
'世界'          Name.Other
' '           Text.Whitespace
':='          Operator
' '           Text.Whitespace
'"Hello, world!"' Literal.String
'\n'          Text.Whitespace

'    '        Text.Whitespace
'さようなら'       Name.Other
' '           Text.Whitespace
':='          Operator
' '           Text.Whitespace
'"Goodbye, world!"' Literal.String
'\n'          Text.Whitespace

'    '        Text.Whitespace
'fmt'         Name.Other
'.'           Punctuation
'Println'     Name.Other
'('           Punctuation
'世界'          Name.Other
')'           Punctuation
'\n'          Text.Whitespace

'    '        Text.Whitespace
'fmt'         Name.Other
'.'           Punctuation
'Println'     Name.Other
'('           Punctuation
'さようなら'       Name.Other
')'           Punctuation
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace