===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
golang-ginkgo-1.14.2/README.md-86-```
golang-ginkgo-1.14.2/README.md:87:Note that this will install it to `$GOBIN`, which will need to be in the `$PATH` (or equivalent). Run `go help install` for more information.
golang-ginkgo-1.14.2/README.md-88-
##############################################
golang-ginkgo-1.14.2/ginkgo/run_watch_and_build_command_flags.go-126-	c.FlagSet.BoolVar(c.boolSlot("work"), "work", false, "Print the name of the temporary work directory and do not delete it when exiting.")
golang-ginkgo-1.14.2/ginkgo/run_watch_and_build_command_flags.go:127:	c.FlagSet.StringVar(c.stringSlot("asmflags"), "asmflags", "", "Arguments to pass on each go tool asm invocation.")
golang-ginkgo-1.14.2/ginkgo/run_watch_and_build_command_flags.go-128-	c.FlagSet.StringVar(c.stringSlot("buildmode"), "buildmode", "", "Build mode to use. See 'go help buildmode' for more.")
##############################################
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-11-
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:12:func strAddr(s string) interface{} {
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-13-	return &s
##############################################
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-15-
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:16:func boolAddr(s bool) interface{} {
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-17-	return &s
##############################################
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-19-
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:20:func intAddr(s int) interface{} {
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-21-	return &s
##############################################
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-27-		opts := map[string]interface{}{
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:28:			"asmflags":         strAddr("a"),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:29:			"pkgdir":           strAddr("b"),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:30:			"gcflags":          strAddr("c"),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:31:			"covermode":        strAddr(""),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:32:			"coverpkg":         strAddr(""),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:33:			"cover":            boolAddr(false),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:34:			"blockprofilerate": intAddr(100),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:35:			"vet":              strAddr("off"),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go:36:			"mod":              strAddr("vendor"),
golang-ginkgo-1.14.2/ginkgo/testrunner/test_runner_test.go-37-		}
##############################################
golang-ginkgo-1.14.2/internal/remote/server.go-82-func (server *Server) Address() string {
golang-ginkgo-1.14.2/internal/remote/server.go:83:	return "http://" + server.listener.Addr().String()
golang-ginkgo-1.14.2/internal/remote/server.go-84-}
##############################################
golang-ginkgo-1.14.2/internal/spec_iterator/parallel_spec_iterator_test.go-39-
golang-ginkgo-1.14.2/internal/spec_iterator/parallel_spec_iterator_test.go:40:		iterator = NewParallelIterator(specs, "http://"+server.Addr())
golang-ginkgo-1.14.2/internal/spec_iterator/parallel_spec_iterator_test.go-41-	})
##############################################
golang-ginkgo-1.14.2/reporters/stenographer/support/go-isatty/isatty_windows.go-16-	var st uint32
golang-ginkgo-1.14.2/reporters/stenographer/support/go-isatty/isatty_windows.go:17:	r, _, e := syscall.Syscall(procGetConsoleMode.Addr(), 2, fd, uintptr(unsafe.Pointer(&st)), 0)
golang-ginkgo-1.14.2/reporters/stenographer/support/go-isatty/isatty_windows.go-18-	return r != 0 && e == 0
##############################################
golang-github-alecthomas-chroma-0.8.1/cmd/chroma/main.go-46-
golang-github-alecthomas-chroma-0.8.1/cmd/chroma/main.go:47:		Lexer     string `help:"Lexer to use when formatting." default:"autodetect" short:"l" enum:"${lexers}"`
golang-github-alecthomas-chroma-0.8.1/cmd/chroma/main.go:48:		Style     string `help:"Style to use for formatting." default:"swapoff" short:"s" enum:"${styles}"`
golang-github-alecthomas-chroma-0.8.1/cmd/chroma/main.go:49:		Formatter string `help:"Formatter to use." default:"terminal" short:"f" enum:"${formatters}"`
golang-github-alecthomas-chroma-0.8.1/cmd/chroma/main.go-50-
##############################################
golang-github-alecthomas-chroma-0.8.1/coalesce_test.go-11-		"root": []Rule{
golang-github-alecthomas-chroma-0.8.1/coalesce_test.go:12:			{`[!@#$%^&*()]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/coalesce_test.go-13-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/README.md-32-	+ In the regular command prompt window, the `set` command sets an environment variable for the current session: `set RECORD=true`. See [this page](https://superuser.com/questions/212150/how-to-set-env-variable-in-windows-cmd-line) for more.
golang-github-alecthomas-chroma-0.8.1/lexers/README.md:33:	+ In PowerShell, you can use the `$env:RECORD = 'true'` command for that. See [this article](https://mcpmag.com/articles/2019/03/28/environment-variables-in-powershell.aspx) for more.
golang-github-alecthomas-chroma-0.8.1/lexers/README.md-34-	+ You can also make a persistent environment variable by hand in the Windows computer settings. See [this article](https://www.computerhope.com/issues/ch000549.htm) for how.
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript.go-30-			{Words(``, `\b`, `decodeURI`, `decodeURIComponent`, `encodeURI`, `escape`, `eval`, `isFinite`, `isNaN`, `isXMLName`, `clearInterval`, `fscommand`, `getTimer`, `getURL`, `getVersion`, `parseFloat`, `parseInt`, `setInterval`, `trace`, `updateAfterEvent`, `unescape`), NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript.go:31:			{`[$a-zA-Z_]\w*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript.go-32-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-19-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:20:			{`(function\s+)([$a-zA-Z_]\w*)(\s*)(\()`, ByGroups(KeywordDeclaration, NameFunction, Text, Operator), Push("funcparams")},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:21:			{`(var|const)(\s+)([$a-zA-Z_]\w*)(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?)`, ByGroups(KeywordDeclaration, Text, Name, Text, Punctuation, Text, KeywordType), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:22:			{`(import|package)(\s+)((?:[$a-zA-Z_]\w*|\.)+)(\s*)`, ByGroups(Keyword, Text, NameNamespace, Text), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:23:			{`(new)(\s+)([$a-zA-Z_]\w*(?:\.<\w+>)?)(\s*)(\()`, ByGroups(Keyword, Text, KeywordType, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-24-			{`//.*?\n`, CommentSingle, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-26-			{`/(\\\\|\\/|[^\n])*/[gisx]*`, LiteralStringRegex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:27:			{`(\.)([$a-zA-Z_]\w*)`, ByGroups(Operator, NameAttribute), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-28-			{`(case|default|for|each|in|while|do|break|return|continue|if|else|throw|try|catch|with|new|typeof|arguments|instanceof|this|switch|import|include|as|is)\b`, Keyword, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-31-			{`(decodeURI|decodeURIComponent|encodeURI|escape|eval|isFinite|isNaN|isXMLName|clearInterval|fscommand|getTimer|getURL|getVersion|isFinite|parseFloat|parseInt|setInterval|trace|updateAfterEvent|unescape)\b`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:32:			{`[$a-zA-Z_]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-33-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-41-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:42:			{`(\s*)(\.\.\.)?([$a-zA-Z_]\w*)(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?|\*)(\s*)`, ByGroups(Text, Punctuation, Name, Text, Operator, Text, KeywordType, Text), Push("defval")},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-43-			{`\)`, Operator, Push("type")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-45-		"type": {
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go:46:			{`(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?|\*)`, ByGroups(Text, Operator, Text, KeywordType), Pop(2)},
golang-github-alecthomas-chroma-0.8.1/lexers/a/actionscript3.go-47-			{`\s+`, Text, Pop(2)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-63-			{`<<([^>]|>[^>])>>`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:64:			{`\$?[A-Z_]\w*`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:65:			{`\$?[a-z_]\w*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-66-			{`(\+|\||->|=>|=|\(|\)|\.\.|\.|\?|\*|\^|!|\#|~)`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-86-		"action": {
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:87:			{`([^${}\'"/\\]+|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|/(?!\*)(\\\\|\\/|[^/])*/|\\(?!%)|/)+`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-88-			{`(\\)(%)`, ByGroups(Punctuation, Other), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:89:			{`(\$[a-zA-Z]+)(\.?)(text|value)?`, ByGroups(NameVariable, Punctuation, NameProperty), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-90-			{`\{`, Punctuation, Push()},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-93-		"nested-arg-action": {
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:94:			{`([^$\[\]\'"/]+|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|/(?!\*)(\\\\|\\/|[^/])*/|/)+`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-95-			{`\[`, Punctuation, Push()},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-96-			{`\]`, Punctuation, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go:97:			{`(\$[a-zA-Z]+)(\.?)(text|value)?`, ByGroups(NameVariable, Punctuation, NameProperty), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/antlr.go-98-			{`(\\\\|\\\]|\\\[|[^\[\]])+`, Other, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go-32-			Include("commentsandwhitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go:33:			{`\+\+|--|\|\||&&|in\b|\$|!?~|\|&|(\*\*|[-<>+*%\^/!=|])=?`, Operator, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go-34-			{`[{(\[;,]`, Punctuation, Push("slashstartsregex")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go-39-			{`(ARGC|ARGIND|ARGV|BEGIN(FILE)?|BINMODE|CONVFMT|ENVIRON|END(FILE)?|ERRNO|FIELDWIDTHS|FILENAME|FNR|FPAT|FS|IGNORECASE|LINT|NF|NR|OFMT|OFS|ORS|PROCINFO|RLENGTH|RS|RSTART|RT|SUBSEP|TEXTDOMAIN)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go:40:			{`[@$a-zA-Z_]\w*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/a/awk.go-41-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go-22-			{`(break|catch|continue|done|else|finally|foreach|forever|fork|if|lock|match|return|throw|transaction|try|while)\b`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go:23:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go-24-			{`@[^\W\d][\w.]*`, NameDecorator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go-30-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go:31:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go:32:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go:33:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/ballerina.go-34-			{`([0-9][0-9_]*\.([0-9][0-9_]*)?|\.[0-9][0-9_]*)([eE][+\-]?[0-9][0-9_]*)?[fFdD]?|[0-9][eE][+\-]?[0-9][0-9_]*[fFdD]?|[0-9]([eE][+\-]?[0-9][0-9_]*)?[fFdD]|0[xX]([0-9a-fA-F][0-9a-fA-F_]*\.?|([0-9a-fA-F][0-9a-fA-F_]*)?\.[0-9a-fA-F][0-9a-fA-F_]*)[pP][+\-]?[0-9][0-9_]*[fFdD]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-27-		"interp": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:28:			{`\$\(\(`, Keyword, Push("math")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:29:			{`\$\(`, Keyword, Push("paren")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:30:			{`\$\{#?`, LiteralStringInterpol, Push("curly")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:31:			{`\$[a-zA-Z_]\w*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:32:			{`\$(?:\d+|[#$?!_*@-])`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-33-			{`\$`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-38-			{`\A#!.+\n`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:39:			{`#.*(\S|$)`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-40-			{`\\[\w\W]`, LiteralStringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-47-		"data": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:48:			{`(?s)\$?"(\\\\|\\[0-7]+|\\.|[^"\\$])*"`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-49-			{`"`, LiteralStringDouble, Push("string")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:50:			{`(?s)\$'(\\\\|\\[0-7]+|\\.|[^'\\])*'`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-51-			{`(?s)'.*?'`, LiteralStringSingle, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-55-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:56:			{`\d+(?= |$)`, LiteralNumber, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-57-			{"[^=\\s\\[\\]{}()$\"\\'`\\\\<&|;]+", Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-61-			{`"`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go:62:			{`(?s)(\\\\|\\[0-7]+|\\.|[^"\\$])+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bash.go-63-			Include("interp"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-26-			{`((?:for|if|rem)(?:(?=(?:\^[\n\x1a]?)?/)|(?:(?!\^)|(?<=m))(?:(?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+)?(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?)`, ByGroups(Keyword, UsingSelf("text")), Push("follow")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:27:			{`(goto(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|])*(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|])*)`, ByGroups(Keyword, UsingSelf("text")), Push("follow")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-28-			{Words(``, `(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])`, `assoc`, `break`, `cd`, `chdir`, `cls`, `color`, `copy`, `date`, `del`, `dir`, `dpath`, `echo`, `endlocal`, `erase`, `exit`, `ftype`, `keys`, `md`, `mkdir`, `mklink`, `move`, `path`, `pause`, `popd`, `prompt`, `pushd`, `rd`, `ren`, `rename`, `rmdir`, `setlocal`, `shift`, `start`, `time`, `title`, `type`, `ver`, `verify`, `vol`), Keyword, Push("follow")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-35-			{`(if(?:(?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?!\^))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:/i(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:not(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)`, ByGroups(Keyword, UsingSelf("text"), Keyword, UsingSelf("text"), Keyword, UsingSelf("text")), Push("(?", "if")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:36:			{`rem(((?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)?.*|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])(?:(?:[^\n\x1a^]|\^[\n\x1a]?[\w\W])*))`, CommentSingle, Push("follow")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-37-			{`(set(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))((?:(?:\^[\n\x1a]?)?[^\S\n])*)(/a)`, ByGroups(Keyword, UsingSelf("text"), Keyword), Push("arithmetic")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-53-			{`([=+\-*/!~]|%|\^\^)+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:54:			{`((?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(\^[\n\x1a]?)?[^()=+\-*/!~%^"\n\x1a&<>|\t\v\f\r ,;=\xa0]|\^[\n\x1a\t\v\f\r ,;=\xa0]?[\w\W])+`, UsingSelf("variable"), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-55-			{`(?=[\x00|&])`, Text, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-61-		"label": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:62:			{`((?:(?:[^\n\x1a&<>|\t\v\f\r ,;=\xa0+:^]|\^[\n\x1a]?[\w\W])*)?)((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|\^[\n\x1a]?[\w\W]|[^"%^\n\x1a&<>|])*)`, ByGroups(NameLabel, CommentSingle), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-63-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-65-			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])\d)?)(>>?&|<&)([\n\x1a\t\v\f\r ,;=\xa0]*)(\d)`, ByGroups(LiteralNumberInteger, Punctuation, Text, LiteralNumberInteger), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:66:			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])(?<!\^[\n\x1a])\d)?)(>>?|<)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(LiteralNumberInteger, Punctuation, UsingSelf("text")), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-67-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-76-			{`((?:for|if|rem)(?:(?=(?:\^[\n\x1a]?)?/)|(?:(?!\^)|(?<=m))(?:(?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0)])+)?(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?)`, ByGroups(Keyword, UsingSelf("text")), Push("follow/compound")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:77:			{`(goto(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])))((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|)])*(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|)])*)`, ByGroups(Keyword, UsingSelf("text")), Push("follow/compound")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-78-			{Words(``, `(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))`, `assoc`, `break`, `cd`, `chdir`, `cls`, `color`, `copy`, `date`, `del`, `dir`, `dpath`, `echo`, `endlocal`, `erase`, `exit`, `ftype`, `keys`, `md`, `mkdir`, `mklink`, `move`, `path`, `pause`, `popd`, `prompt`, `pushd`, `rd`, `ren`, `rename`, `rmdir`, `setlocal`, `shift`, `start`, `time`, `title`, `type`, `ver`, `verify`, `vol`), Keyword, Push("follow/compound")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-85-			{`(if(?:(?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))(?!\^))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:/i(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:not(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)`, ByGroups(Keyword, UsingSelf("text"), Keyword, UsingSelf("text"), Keyword, UsingSelf("text")), Push("(?", "if")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:86:			{`rem(((?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)?.*|(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))(?:(?:[^\n\x1a^)]|\^[\n\x1a]?[^)])*))`, CommentSingle, Push("follow/compound")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-87-			{`(set(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])))((?:(?:\^[\n\x1a]?)?[^\S\n])*)(/a)`, ByGroups(Keyword, UsingSelf("text"), Keyword), Push("arithmetic/compound")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-105-			{`([=+\-*/!~]|%|\^\^)+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:106:			{`((?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(\^[\n\x1a]?)?[^()=+\-*/!~%^"\n\x1a&<>|\t\v\f\r ,;=\xa0]|\^[\n\x1a\t\v\f\r ,;=\xa0]?[^)])+`, UsingSelf("variable"), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-107-			{`(?=[\x00|&])`, Text, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-115-			{`(?=\))`, Text, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:116:			{`((?:(?:[^\n\x1a&<>|\t\v\f\r ,;=\xa0+:^)]|\^[\n\x1a]?[^)])*)?)((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|\^[\n\x1a]?[^)]|[^"%^\n\x1a&<>|)])*)`, ByGroups(NameLabel, CommentSingle), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-117-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-119-			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])\d)?)(>>?&|<&)([\n\x1a\t\v\f\r ,;=\xa0]*)(\d)`, ByGroups(LiteralNumberInteger, Punctuation, Text, LiteralNumberInteger), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:120:			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])(?<!\^[\n\x1a])\d)?)(>>?|<)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0)])+))+))`, ByGroups(LiteralNumberInteger, Punctuation, UsingSelf("text")), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-121-		},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-122-		"variable-or-escape": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:123:			{`(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-124-			{`%%|\^[\n\x1a]?(\^!|[\w\W])`, LiteralStringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-127-			{`"`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:128:			{`(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-129-			{`\^!|%%`, LiteralStringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-161-		"for/f": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:162:			{`(")((?:(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"])*?")([\n\x1a\t\v\f\r ,;=\xa0]*)(\))`, ByGroups(LiteralStringDouble, UsingSelf("string"), Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-163-			{`"`, LiteralStringDouble, Push("#pop", "for2", "string")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:164:			{`('(?:%%|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[\w\W])*?')([\n\x1a\t\v\f\r ,;=\xa0]*)(\))`, ByGroups(UsingSelf("sqstring"), Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:165:			{"(`(?:%%|(?:(?:%(?:\\*|(?:~[a-z]*(?:\\$[^:]+:)?)?\\d|[^%:\\n\\x1a]+(?::(?:~(?:-?\\d+)?(?:,(?:-?\\d+)?)?|(?:[^%\\n\\x1a^]|\\^[^%\\n\\x1a])[^=\\n\\x1a]*=(?:[^%\\n\\x1a^]|\\^[^%\\n\\x1a])*)?)?%))|(?:\\^?![^!:\\n\\x1a]+(?::(?:~(?:-?\\d+)?(?:,(?:-?\\d+)?)?|(?:[^!\\n\\x1a^]|\\^[^!\\n\\x1a])[^=\\n\\x1a]*=(?:[^!\\n\\x1a^]|\\^[^!\\n\\x1a])*)?)?\\^?!))|[\\w\\W])*?`)([\\n\\x1a\\t\\v\\f\\r ,;=\\xa0]*)(\\))", ByGroups(UsingSelf("bqstring"), Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-166-			Include("for2"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-173-			{`((?:cmdextversion|errorlevel)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))(\d+)`, ByGroups(Keyword, UsingSelf("text"), LiteralNumberInteger), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:174:			{`(defined(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(Keyword, UsingSelf("text"), UsingSelf("variable")), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:175:			{`(exist(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(Keyword, UsingSelf("text")), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-176-			{`((?:-?(?:0[0-7]+|0x[\da-f]+|\d+)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:equ|geq|gtr|leq|lss|neq))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:-?(?:0[0-7]+|0x[\da-f]+|\d+)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))`, ByGroups(UsingSelf("arithmetic"), OperatorWord, UsingSelf("arithmetic")), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:177:			{`(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)`, UsingSelf("text"), Push("#pop", "if2")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-178-		},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-179-		"if2": {
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:180:			{`((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)(==)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(UsingSelf("text"), Operator, UsingSelf("text")), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go:181:			{`((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:equ|geq|gtr|leq|lss|neq))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(UsingSelf("text"), OperatorWord, UsingSelf("text")), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/b/batch.go-182-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-23-			{`@string`, NameClass, Push("closing-brace", "field", "opening-brace")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go:24:			{"@[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameClass, Push("closing-brace", "command-body", "opening-brace")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-25-			{`.+`, Comment, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-45-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go:46:			{"[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameAttribute, Push("value", "=")},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-47-			Default(Pop(1)),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-54-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go:55:			{"[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/bibtex.go-56-			{`"`, LiteralString, Push("quoted-string")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-24-			{`[0-9]+`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go:25:			{`\$[0-9a-f]+`, LiteralNumberHex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-26-			{`\%[10]+`, LiteralNumberBin, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-33-			{`\b(Object)\b([ \t]*)([.])([ \t]*)([a-z]\w*)\b`, ByGroups(Operator, Text, Punctuation, Text, NameClass), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go:34:			{`\b([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?\b([ \t]*)(\()`, ByGroups(NameFunction, Text, KeywordType, Text, Punctuation, Text, NameClass, Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go:35:			{`\b(Function)\b([ \t]+)([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?`, ByGroups(KeywordReserved, Text, NameFunction, Text, KeywordType, Text, Punctuation, Text, NameClass), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-36-			{`\b(Type)([ \t]+)([a-z]\w*)`, ByGroups(KeywordReserved, Text, NameClass), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-39-			{Words(`\b`, `\b`, `End`, `Return`, `Exit`, `Chr`, `Len`, `Asc`, `New`, `Delete`, `Insert`, `Include`, `Function`, `Type`, `If`, `Then`, `Else`, `ElseIf`, `EndIf`, `For`, `To`, `Next`, `Step`, `Each`, `While`, `Wend`, `Repeat`, `Until`, `Forever`, `Select`, `Case`, `Default`, `Goto`, `Gosub`, `Data`, `Read`, `Restore`), KeywordReserved, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go:40:			{`([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?`, ByGroups(NameVariable, Text, KeywordType, Text, Punctuation, Text, NameClass), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/b/blitz.go-41-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-127-		{`[0-9]+[km]?\b`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go:128:		{`\{[\w+.\$-]+\}`, LiteralStringEscape, nil}, // Placeholder
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go:129:		{`\[(?=[^#{}$]+\])`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-130-		{`\]|\|`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go:131:		{`[^\s#{}$\]]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-132-		{`/[^\s#]*`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-154-			// Site label with placeholder
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go:155:			{`\{[\w+.\$-]+\}`, LiteralStringEscape, Push("label")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-156-			{`\s+`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-176-			// Site label with placeholder
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go:177:			{`\{[\w+.\$-]+\}`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/caddyfile.go-178-			// Site label
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-24-			{`[\w.]+`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go:25:			{`[^#@=:$\w]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-26-		},
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-27-		"type": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go:28:			{`[^][=;,(){}$]+`, NameClass, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-29-			{`[[(]`, NameClass, Push("parentype")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-38-		"expression": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go:39:			{`[^][;,(){}$]+`, Literal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/capnproto.go-40-			{`[[(]`, Literal, Push("parenexp")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/ceylon.go-43-			{`#[0-9a-fA-F]+`, LiteralNumberHex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/ceylon.go:44:			{`\$([01]{4})(_[01]{4})+`, LiteralNumberBin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/ceylon.go:45:			{`\$[01]+`, LiteralNumberBin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/ceylon.go-46-			{`\d{1,3}(_\d{3})+[kMGTP]?`, LiteralNumberInteger, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go-37-		"string": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go:38:			{`\$[{(]`, LiteralStringInterpol, Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go-39-			{`\\.`, LiteralStringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go-44-		"interpol": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go:45:			{`\$[{(]`, LiteralStringInterpol, Push()},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go-46-			{`[})]`, LiteralStringInterpol, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go:47:			{`[^${()}]+`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cfengine3.go-48-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-46-			{"`\\S+`", NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go:47:			{`[$a-zA-Z_]\w*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-48-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-54-		"dqstring": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go:55:			{`\$\{[^"}]+?\}`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-56-			{`\$`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-58-			{`\\"`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go:59:			{`[^\\"$]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/chaiscript.go-60-			{`"`, LiteralStringDouble, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go-20-			{`#[*](.|\n)*?[*]#`, Comment, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go:21:			{`#end[^#\n]*(?:#|$)`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go-22-			{`#slurp$`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go:23:			{`(#[a-zA-Z]+)([^#\n]*)(#|$)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go:24:			{`(\$)([a-zA-Z_][\w.]*\w)`, ByGroups(CommentPreproc, Using(Python)), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go:25:			{`(\$\{!?)(.*?)(\})(?s)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cheetah.go-26-			{`(?sx)
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-261-			{`"(\\.|\\\n|[^"\\])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:262:			{`:(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:263:			{`::(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:264:			{`:#(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:265:			{`'(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-266-			{`'`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-271-			{"#\\\\.(?=[ \"()\\'\\n,;`])", LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:272:			{`#\\(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-273-			{`#\(`, Operator, Push("body")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-274-			{`#\d*\*[01]*`, LiteralOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:275:			{`#:(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-276-			{`#[.,]`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-291-			{"(t|nil)(?=[ \"()\\'\\n,;`])", NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:292:			{`\*(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)\*`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go:293:			{`(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cl.go-294-			{`\(`, Punctuation, Push("body")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go-23-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go:24:			{`'(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go-25-			{`\\(.|[a-z]+)`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go:26:			{`::?#?(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go-27-			{"~@|[`\\'#^~&@]", Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go-30-			{Words(``, ` `, `*`, `+`, `-`, `->`, `/`, `<`, `<=`, `=`, `==`, `>`, `>=`, `..`, `accessor`, `agent`, `agent-errors`, `aget`, `alength`, `all-ns`, `alter`, `and`, `append-child`, `apply`, `array-map`, `aset`, `aset-boolean`, `aset-byte`, `aset-char`, `aset-double`, `aset-float`, `aset-int`, `aset-long`, `aset-short`, `assert`, `assoc`, `await`, `await-for`, `bean`, `binding`, `bit-and`, `bit-not`, `bit-or`, `bit-shift-left`, `bit-shift-right`, `bit-xor`, `boolean`, `branch?`, `butlast`, `byte`, `cast`, `char`, `children`, `class`, `clear-agent-errors`, `comment`, `commute`, `comp`, `comparator`, `complement`, `concat`, `conj`, `cons`, `constantly`, `cond`, `if-not`, `construct-proxy`, `contains?`, `count`, `create-ns`, `create-struct`, `cycle`, `dec`, `deref`, `difference`, `disj`, `dissoc`, `distinct`, `doall`, `doc`, `dorun`, `doseq`, `dosync`, `dotimes`, `doto`, `double`, `down`, `drop`, `drop-while`, `edit`, `end?`, `ensure`, `eval`, `every?`, `false?`, `ffirst`, `file-seq`, `filter`, `find`, `find-doc`, `find-ns`, `find-var`, `first`, `float`, `flush`, `for`, `fnseq`, `frest`, `gensym`, `get-proxy-class`, `get`, `hash-map`, `hash-set`, `identical?`, `identity`, `if-let`, `import`, `in-ns`, `inc`, `index`, `insert-child`, `insert-left`, `insert-right`, `inspect-table`, `inspect-tree`, `instance?`, `int`, `interleave`, `intersection`, `into`, `into-array`, `iterate`, `join`, `key`, `keys`, `keyword`, `keyword?`, `last`, `lazy-cat`, `lazy-cons`, `left`, `lefts`, `line-seq`, `list*`, `list`, `load`, `load-file`, `locking`, `long`, `loop`, `macroexpand`, `macroexpand-1`, `make-array`, `make-node`, `map`, `map-invert`, `map?`, `mapcat`, `max`, `max-key`, `memfn`, `merge`, `merge-with`, `meta`, `min`, `min-key`, `name`, `namespace`, `neg?`, `new`, `newline`, `next`, `nil?`, `node`, `not`, `not-any?`, `not-every?`, `not=`, `ns-imports`, `ns-interns`, `ns-map`, `ns-name`, `ns-publics`, `ns-refers`, `ns-resolve`, `ns-unmap`, `nth`, `nthrest`, `or`, `parse`, `partial`, `path`, `peek`, `pop`, `pos?`, `pr`, `pr-str`, `print`, `print-str`, `println`, `println-str`, `prn`, `prn-str`, `project`, `proxy`, `proxy-mappings`, `quot`, `rand`, `rand-int`, `range`, `re-find`, `re-groups`, `re-matcher`, `re-matches`, `re-pattern`, `re-seq`, `read`, `read-line`, `reduce`, `ref`, `ref-set`, `refer`, `rem`, `remove`, `remove-method`, `remove-ns`, `rename`, `rename-keys`, `repeat`, `replace`, `replicate`, `resolve`, `rest`, `resultset-seq`, `reverse`, `rfirst`, `right`, `rights`, `root`, `rrest`, `rseq`, `second`, `select`, `select-keys`, `send`, `send-off`, `seq`, `seq-zip`, `seq?`, `set`, `short`, `slurp`, `some`, `sort`, `sort-by`, `sorted-map`, `sorted-map-by`, `sorted-set`, `special-symbol?`, `split-at`, `split-with`, `str`, `string?`, `struct`, `struct-map`, `subs`, `subvec`, `symbol`, `symbol?`, `sync`, `take`, `take-nth`, `take-while`, `test`, `time`, `to-array`, `to-array-2d`, `tree-seq`, `true?`, `union`, `up`, `update-proxy`, `val`, `vals`, `var-get`, `var-set`, `var?`, `vector`, `vector-zip`, `vector?`, `when`, `when-first`, `when-let`, `when-not`, `with-local-vars`, `with-meta`, `with-open`, `with-out-str`, `xml-seq`, `xml-zip`, `zero?`, `zipmap`, `zipper`), NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go:31:			{`(?<=\()(?!#)[\w!$%*+<=>?/.#-]+`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go:32:			{`(?!#)[\w!$%*+<=>?/.#-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/clojure.go-33-			{`(\[|\])`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go-24-			{`\)`, Punctuation, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go:25:			{`(\$\{)(.+?)(\})`, ByGroups(Operator, NameVariable, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go:26:			{`(\$ENV\{)(.+?)(\})`, ByGroups(Operator, NameVariable, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go:27:			{`(\$<)(.+?)(>)`, ByGroups(Operator, NameVariable, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go-28-			{`(?s)".*?"`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go-29-			{`\\\S+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go:30:			{`[^)$"# \t\n]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cmake.go-31-			{`\n`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-29-		"core": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:30:			{`(^|(?<=[^\w\-]))(ALL\s+)?((ZEROES)|(HIGH-VALUE|LOW-VALUE|QUOTE|SPACE|ZERO)(S)?)\s*($|(?=[^\w\-]))`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:31:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACCEPT`, `ADD`, `ALLOCATE`, `CALL`, `CANCEL`, `CLOSE`, `COMPUTE`, `CONFIGURATION`, `CONTINUE`, `DATA`, `DELETE`, `DISPLAY`, `DIVIDE`, `DIVISION`, `ELSE`, `END`, `END-ACCEPT`, `END-ADD`, `END-CALL`, `END-COMPUTE`, `END-DELETE`, `END-DISPLAY`, `END-DIVIDE`, `END-EVALUATE`, `END-IF`, `END-MULTIPLY`, `END-OF-PAGE`, `END-PERFORM`, `END-READ`, `END-RETURN`, `END-REWRITE`, `END-SEARCH`, `END-START`, `END-STRING`, `END-SUBTRACT`, `END-UNSTRING`, `END-WRITE`, `ENVIRONMENT`, `EVALUATE`, `EXIT`, `FD`, `FILE`, `FILE-CONTROL`, `FOREVER`, `FREE`, `GENERATE`, `GO`, `GOBACK`, `IDENTIFICATION`, `IF`, `INITIALIZE`, `INITIATE`, `INPUT-OUTPUT`, `INSPECT`, `INVOKE`, `I-O-CONTROL`, `LINKAGE`, `LOCAL-STORAGE`, `MERGE`, `MOVE`, `MULTIPLY`, `OPEN`, `PERFORM`, `PROCEDURE`, `PROGRAM-ID`, `RAISE`, `READ`, `RELEASE`, `RESUME`, `RETURN`, `REWRITE`, `SCREEN`, `SD`, `SEARCH`, `SECTION`, `SET`, `SORT`, `START`, `STOP`, `STRING`, `SUBTRACT`, `SUPPRESS`, `TERMINATE`, `THEN`, `UNLOCK`, `UNSTRING`, `USE`, `VALIDATE`, `WORKING-STORAGE`, `WRITE`), KeywordReserved, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:32:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACCESS`, `ADDRESS`, `ADVANCING`, `AFTER`, `ALL`, `ALPHABET`, `ALPHABETIC`, `ALPHABETIC-LOWER`, `ALPHABETIC-UPPER`, `ALPHANUMERIC`, `ALPHANUMERIC-EDITED`, `ALSO`, `ALTER`, `ALTERNATEANY`, `ARE`, `AREA`, `AREAS`, `ARGUMENT-NUMBER`, `ARGUMENT-VALUE`, `AS`, `ASCENDING`, `ASSIGN`, `AT`, `AUTO`, `AUTO-SKIP`, `AUTOMATIC`, `AUTOTERMINATE`, `BACKGROUND-COLOR`, `BASED`, `BEEP`, `BEFORE`, `BELL`, `BLANK`, `BLINK`, `BLOCK`, `BOTTOM`, `BY`, `BYTE-LENGTH`, `CHAINING`, `CHARACTER`, `CHARACTERS`, `CLASS`, `CODE`, `CODE-SET`, `COL`, `COLLATING`, `COLS`, `COLUMN`, `COLUMNS`, `COMMA`, `COMMAND-LINE`, `COMMIT`, `COMMON`, `CONSTANT`, `CONTAINS`, `CONTENT`, `CONTROL`, `CONTROLS`, `CONVERTING`, `COPY`, `CORR`, `CORRESPONDING`, `COUNT`, `CRT`, `CURRENCY`, `CURSOR`, `CYCLE`, `DATE`, `DAY`, `DAY-OF-WEEK`, `DE`, `DEBUGGING`, `DECIMAL-POINT`, `DECLARATIVES`, `DEFAULT`, `DELIMITED`, `DELIMITER`, `DEPENDING`, `DESCENDING`, `DETAIL`, `DISK`, `DOWN`, `DUPLICATES`, `DYNAMIC`, `EBCDIC`, `ENTRY`, `ENVIRONMENT-NAME`, `ENVIRONMENT-VALUE`, `EOL`, `EOP`, `EOS`, `ERASE`, `ERROR`, `ESCAPE`, `EXCEPTION`, `EXCLUSIVE`, `EXTEND`, `EXTERNAL`, `FILE-ID`, `FILLER`, `FINAL`, `FIRST`, `FIXED`, `FLOAT-LONG`, `FLOAT-SHORT`, `FOOTING`, `FOR`, `FOREGROUND-COLOR`, `FORMAT`, `FROM`, `FULL`, `FUNCTION`, `FUNCTION-ID`, `GIVING`, `GLOBAL`, `GROUP`, `HEADING`, `HIGHLIGHT`, `I-O`, `ID`, `IGNORE`, `IGNORING`, `IN`, `INDEX`, `INDEXED`, `INDICATE`, `INITIAL`, `INITIALIZED`, `INPUT`, `INTO`, `INTRINSIC`, `INVALID`, `IS`, `JUST`, `JUSTIFIED`, `KEY`, `LABEL`, `LAST`, `LEADING`, `LEFT`, `LENGTH`, `LIMIT`, `LIMITS`, `LINAGE`, `LINAGE-COUNTER`, `LINE`, `LINES`, `LOCALE`, `LOCK`, `LOWLIGHT`, `MANUAL`, `MEMORY`, `MINUS`, `MODE`, `MULTIPLE`, `NATIONAL`, `NATIONAL-EDITED`, `NATIVE`, `NEGATIVE`, `NEXT`, `NO`, `NULL`, `NULLS`, `NUMBER`, `NUMBERS`, `NUMERIC`, `NUMERIC-EDITED`, `OBJECT-COMPUTER`, `OCCURS`, `OF`, `OFF`, `OMITTED`, `ON`, `ONLY`, `OPTIONAL`, `ORDER`, `ORGANIZATION`, `OTHER`, `OUTPUT`, `OVERFLOW`, `OVERLINE`, `PACKED-DECIMAL`, `PADDING`, `PAGE`, `PARAGRAPH`, `PLUS`, `POINTER`, `POSITION`, `POSITIVE`, `PRESENT`, `PREVIOUS`, `PRINTER`, `PRINTING`, `PROCEDURE-POINTER`, `PROCEDURES`, `PROCEED`, `PROGRAM`, `PROGRAM-POINTER`, `PROMPT`, `QUOTE`, `QUOTES`, `RANDOM`, `RD`, `RECORD`, `RECORDING`, `RECORDS`, `RECURSIVE`, `REDEFINES`, `REEL`, `REFERENCE`, `RELATIVE`, `REMAINDER`, `REMOVAL`, `RENAMES`, `REPLACING`, `REPORT`, `REPORTING`, `REPORTS`, `REPOSITORY`, `REQUIRED`, `RESERVE`, `RETURNING`, `REVERSE-VIDEO`, `REWIND`, `RIGHT`, `ROLLBACK`, `ROUNDED`, `RUN`, `SAME`, `SCROLL`, `SECURE`, `SEGMENT-LIMIT`, `SELECT`, `SENTENCE`, `SEPARATE`, `SEQUENCE`, `SEQUENTIAL`, `SHARING`, `SIGN`, `SIGNED`, `SIGNED-INT`, `SIGNED-LONG`, `SIGNED-SHORT`, `SIZE`, `SORT-MERGE`, `SOURCE`, `SOURCE-COMPUTER`, `SPECIAL-NAMES`, `STANDARD`, `STANDARD-1`, `STANDARD-2`, `STATUS`, `SUM`, `SYMBOLIC`, `SYNC`, `SYNCHRONIZED`, `TALLYING`, `TAPE`, `TEST`, `THROUGH`, `THRU`, `TIME`, `TIMES`, `TO`, `TOP`, `TRAILING`, `TRANSFORM`, `TYPE`, `UNDERLINE`, `UNIT`, `UNSIGNED`, `UNSIGNED-INT`, `UNSIGNED-LONG`, `UNSIGNED-SHORT`, `UNTIL`, `UP`, `UPDATE`, `UPON`, `USAGE`, `USING`, `VALUE`, `VALUES`, `VARYING`, `WAIT`, `WHEN`, `WITH`, `WORDS`, `YYYYDDD`, `YYYYMMDD`), KeywordPseudo, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:33:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACTIVE-CLASS`, `ALIGNED`, `ANYCASE`, `ARITHMETIC`, `ATTRIBUTE`, `B-AND`, `B-NOT`, `B-OR`, `B-XOR`, `BIT`, `BOOLEAN`, `CD`, `CENTER`, `CF`, `CH`, `CHAIN`, `CLASS-ID`, `CLASSIFICATION`, `COMMUNICATION`, `CONDITION`, `DATA-POINTER`, `DESTINATION`, `DISABLE`, `EC`, `EGI`, `EMI`, `ENABLE`, `END-RECEIVE`, `ENTRY-CONVENTION`, `EO`, `ESI`, `EXCEPTION-OBJECT`, `EXPANDS`, `FACTORY`, `FLOAT-BINARY-16`, `FLOAT-BINARY-34`, `FLOAT-BINARY-7`, `FLOAT-DECIMAL-16`, `FLOAT-DECIMAL-34`, `FLOAT-EXTENDED`, `FORMAT`, `FUNCTION-POINTER`, `GET`, `GROUP-USAGE`, `IMPLEMENTS`, `INFINITY`, `INHERITS`, `INTERFACE`, `INTERFACE-ID`, `INVOKE`, `LC_ALL`, `LC_COLLATE`, `LC_CTYPE`, `LC_MESSAGES`, `LC_MONETARY`, `LC_NUMERIC`, `LC_TIME`, `LINE-COUNTER`, `MESSAGE`, `METHOD`, `METHOD-ID`, `NESTED`, `NONE`, `NORMAL`, `OBJECT`, `OBJECT-REFERENCE`, `OPTIONS`, `OVERRIDE`, `PAGE-COUNTER`, `PF`, `PH`, `PROPERTY`, `PROTOTYPE`, `PURGE`, `QUEUE`, `RAISE`, `RAISING`, `RECEIVE`, `RELATION`, `REPLACE`, `REPRESENTS-NOT-A-NUMBER`, `RESET`, `RESUME`, `RETRY`, `RF`, `RH`, `SECONDS`, `SEGMENT`, `SELF`, `SEND`, `SOURCES`, `STATEMENT`, `STEP`, `STRONG`, `SUB-QUEUE-1`, `SUB-QUEUE-2`, `SUB-QUEUE-3`, `SUPER`, `SYMBOL`, `SYSTEM-DEFAULT`, `TABLE`, `TERMINAL`, `TEXT`, `TYPEDEF`, `UCS-4`, `UNIVERSAL`, `USER-DEFAULT`, `UTF-16`, `UTF-8`, `VAL-STATUS`, `VALID`, `VALIDATE`, `VALIDATE-STATUS`), Error, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:34:			{`(^|(?<=[^\w\-]))(PIC\s+.+?(?=(\s|\.\s))|PICTURE\s+.+?(?=(\s|\.\s))|(COMPUTATIONAL)(-[1-5X])?|(COMP)(-[1-5X])?|BINARY-C-LONG|BINARY-CHAR|BINARY-DOUBLE|BINARY-LONG|BINARY-SHORT|BINARY)\s*($|(?=[^\w\-]))`, KeywordType, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-35-			{`(\*\*|\*|\+|-|/|<=|>=|<|>|==|/=|=)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-36-			{`([(),;:&%.])`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:37:			{`(^|(?<=[^\w\-]))(ABS|ACOS|ANNUITY|ASIN|ATAN|BYTE-LENGTH|CHAR|COMBINED-DATETIME|CONCATENATE|COS|CURRENT-DATE|DATE-OF-INTEGER|DATE-TO-YYYYMMDD|DAY-OF-INTEGER|DAY-TO-YYYYDDD|EXCEPTION-(?:FILE|LOCATION|STATEMENT|STATUS)|EXP10|EXP|E|FACTORIAL|FRACTION-PART|INTEGER-OF-(?:DATE|DAY|PART)|INTEGER|LENGTH|LOCALE-(?:DATE|TIME(?:-FROM-SECONDS)?)|LOG(?:10)?|LOWER-CASE|MAX|MEAN|MEDIAN|MIDRANGE|MIN|MOD|NUMVAL(?:-C)?|ORD(?:-MAX|-MIN)?|PI|PRESENT-VALUE|RANDOM|RANGE|REM|REVERSE|SECONDS-FROM-FORMATTED-TIME|SECONDS-PAST-MIDNIGHT|SIGN|SIN|SQRT|STANDARD-DEVIATION|STORED-CHAR-LENGTH|SUBSTITUTE(?:-CASE)?|SUM|TAN|TEST-DATE-YYYYMMDD|TEST-DAY-YYYYDDD|TRIM|UPPER-CASE|VARIANCE|WHEN-COMPILED|YEAR-TO-YYYY)\s*($|(?=[^\w\-]))`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:38:			{`(^|(?<=[^\w\-]))(true|false)\s*($|(?=[^\w\-]))`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:39:			{`(^|(?<=[^\w\-]))(equal|equals|ne|lt|le|gt|ge|greater|less|than|not|and|or)\s*($|(?=[^\w\-]))`, OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-40-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-45-		"nums": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go:46:			{`\d+(\s*|\.$|$)`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cobol.go-47-			{`[+-]?\d*\.\d+(E[-+]?\d+)?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go-43-			{`[})\].]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go:44:			{`(?<![.$])(for|own|in|of|while|until|loop|break|return|continue|switch|when|then|if|unless|else|throw|try|catch|finally|new|delete|typeof|instanceof|super|extends|this|class|by)\b`, Keyword, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go:45:			{`(?<![.$])(true|false|yes|no|on|off|null|NaN|Infinity|undefined)\b`, KeywordConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go-46-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|document|window)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go:47:			{`[$a-zA-Z_][\w.:$]*\s*[:=]\s`, NameVariable, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go:48:			{`@[$a-zA-Z_][\w.:$]*\s*[:=]\s`, NameVariableInstance, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go-49-			{`@`, NameOther, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go:50:			{`@?[$a-zA-Z_][\w$]*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coffee.go-51-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/coldfusion.go-34-			{`(application|session|client|cookie|super|this|variables|arguments)\b`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coldfusion.go:35:			{`([a-z_$][\w.]*)(\s*)(\()`, ByGroups(NameFunction, Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coldfusion.go:36:			{`[a-z_$][\w.]*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coldfusion.go-37-			{`[()\[\]{};:,.\\]`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/coq.go-28-			{"(\u03bb|\u03a0|\\|\\}|\\{\\||\\\\/|/\\\\|=>|~|\\}|\\|]|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<->|<-|<|;;|;|:>|:=|::|:|\\.\\.|\\.|->|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coq.go:29:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/coq.go-30-			{`\b(unit|nat|bool|string|ascii|list)\b`, KeywordType, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-25-			{"[+*/<>=~!@#%^&|`?-]+", Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go:26:			{`(?s)(java|javascript)(\s+)(AS)(\s+)('|\$\$)(.*?)(\5)`,
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-27-				UsingByGroup(
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-42-			{`"`, LiteralStringName, Push("quoted-ident")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go:43:			{`\$\$`, LiteralStringHeredoc, Push("dollar-string")},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-44-			{`[a-z_]\w*`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-64-		"dollar-string": {
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go:65:			{`[^\$]+`, LiteralStringHeredoc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go:66:			{`\$\$`, LiteralStringHeredoc, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cql.go-67-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/crystal.go-44-			{`@[a-zA-Z_]\w*`, NameVariableInstance, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/crystal.go:45:			{`\$\w+`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/crystal.go-46-			{"\\$[!@&`\\'+~=/\\\\,;.<>_*$?:\"^-]", NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/crystal.go:47:			{`\$-[0adFiIlpvw]`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/crystal.go-48-			{`::`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/csharp.go-28-			{`@"(""|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/csharp.go:29:			{`\$@?"(""|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/csharp.go-30-			{`"(\\\\|\\"|[^"\n])*["\n]`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/css.go-28-			{`[\w-]+`, NameTag, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/css.go:29:			{`[~^*!%&$\[\]()<>|+=@:;,./?-]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/css.go-30-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/c/cython.go-78-			{`(struct|enum|union|class)\b`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cython.go:79:			{`([a-zA-Z_]\w*)(\s*)(?=[(:#=]|$)`, ByGroups(NameFunction, Text), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/c/cython.go-80-			{`([a-zA-Z_]\w*)(\s*)(,)`, ByGroups(NameFunction, Text, Punctuation), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go-42-		Include("magicconstants"),
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:43:		{`\$\{\$+(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*\}`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:44:		{`\$+(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go-45-		{`(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*`, NameOther, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go-71-		{`"`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:72:		{`[^{$"\\]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:73:		{`\\([nrt"$\\]|[0-7]{1,3}|x[0-9a-f]{1,2})`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:74:		{`\$(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*(\[\S+?\]|->(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*)?`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:75:		{`(\{\$\{)(.*?)(\}\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:76:		{`(\{)(\$.*?)(\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:77:		{`(\$\{)(\S+)(\})`, ByGroups(LiteralStringInterpol, NameVariable, LiteralStringInterpol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go:78:		{`[${\\]`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/circular/php.go-79-	},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-29-			{`__(traits|vector|parameters)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go:30:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-31-
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-47-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go:48:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go:49:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-50-
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-58-			{`([~^*!%&\[\](){}<>|+=:;,./?-]|q{)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go:59:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-60-			{`\n`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-62-		"class": {
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go:63:			{`([^\W\d]|\$)[\w$]*`, NameClass, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/d.go-64-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-31-			{`[~!%^&*+=|?:<>/-]|as\b`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:32:			{`[a-zA-Z_$]\w*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:33:			{`[a-zA-Z_$]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-34-			{`[(){}\[\],.;]`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-40-		"class": {
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:41:			{`[a-zA-Z_$]\w*`, NameClass, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-42-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-46-			{`\b(as|show|hide)\b`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:47:			{`[a-zA-Z_$]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-48-			{`\,`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-61-		"string_common": {
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:62:			{`\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|u\{[0-9A-Fa-f]*\}|[a-z'\"$\\])`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:63:			{`(\$)([a-zA-Z_]\w*)`, ByGroups(LiteralStringInterpol, Name), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:64:			{`(\$\{)(.*?)(\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-65-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-67-			{`"`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:68:			{`[^"$\\\n]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-69-			Include("string_common"),
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:70:			{`\$+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-71-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-73-			{`"""`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:74:			{`[^"$\\]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-75-			Include("string_common"),
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:76:			{`(\$|\")+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-77-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-79-			{`'`, LiteralStringSingle, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:80:			{`[^'$\\\n]+`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-81-			Include("string_common"),
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:82:			{`\$+`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-83-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-85-			{`'''`, LiteralStringSingle, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:86:			{`[^\'$\\]+`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-87-			Include("string_common"),
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go:88:			{`(\$|\')+`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/d/dart.go-89-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-540-			{`\?([^\\]|\\.)`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:541:			{`:((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:542:			{`::((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:543:			{`'((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-544-			{`'`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-549-			{`\[|\]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:550:			{`#:((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-551-			{`#\^\^?`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-560-			{"(t|nil)(?=[ \"()\\]\\'\\n,;`])", NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:561:			{`\*((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)\*`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go:562:			{`((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/emacs.go-563-			{`#\(`, Operator, Push("body")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/e/erlang.go-36-			{`\?(?:(?:[A-Z_]\w*)|(?:[a-z]\w*|'[^\n']*[^\\]'))`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/erlang.go:37:			{`\$(?:(?:\\(?:[bdefnrstv\'"\\]|[0-7][0-7]?[0-7]?|(?:x[0-9a-fA-F]{2}|x\{[0-9a-fA-F]+\})|\^[a-zA-Z]))|\\[ %]|[^\\])`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/e/erlang.go-38-			{`#(?:[a-z]\w*|'[^\n']*[^\\]')(:?\.(?:[a-z]\w*|'[^\n']*[^\\]'))?`, NameLabel, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/factor.go-61-			{`[tf]\s`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/factor.go:62:			{`[\\$]\s+\S+`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/factor.go-63-			{`M\\\s+\S+\s+\S+`, NameConstant, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-22-		"interp": {
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go:23:			{`\$\(\(`, Keyword, Push("math")},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-24-			{`\(`, Keyword, Push("paren")},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go:25:			{`\$#?(\w+|.)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-26-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-36-		"data": {
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go:37:			{`(?s)\$?"(\\\\|\\[0-7]+|\\.|[^"\\$])*"`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-38-			{`"`, LiteralStringDouble, Push("string")},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go:39:			{`(?s)\$'(\\\\|\\[0-7]+|\\.|[^'\\])*'`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-40-			{`(?s)'.*?'`, LiteralStringSingle, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-48-			{`"`, LiteralStringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go:49:			{`(?s)(\\\\|\\[0-7]+|\\.|[^"\\$])+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fish.go-50-			Include("interp"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/forth.go-24-			{`(blk|block|buffer|evaluate|flush|load|save-buffers|update|empty-buffers|list|refill|scr|thru|\#s|\*\/mod|\+loop|\/mod|0<|0=|1\+|1-|2!|2\*|2\/|2@|2drop|2dup|2over|2swap|>body|>in|>number|>r|\?dup|abort|abort\"|abs|accept|align|aligned|allot|and|base|begin|bl|c!|c,|c@|cell\+|cells|char|char\+|chars|constant|count|cr|create|decimal|depth|do|does>|drop|dup|else|emit|environment\?|evaluate|execute|exit|fill|find|fm\/mod|here|hold|i|if|immediate|invert|j|key|leave|literal|loop|lshift|m\*|max|min|mod|move|negate|or|over|postpone|quit|r>|r@|recurse|repeat|rot|rshift|s\"|s>d|sign|sm\/rem|source|space|spaces|state|swap|then|type|u\.|u\<|um\*|um\/mod|unloop|until|variable|while|word|xor|\[char\]|\[\'\]|@|!|\#|<\#|\#>|:|;|\+|-|\*|\/|,|<|>|\|1\+|1-|\.|\.r|0<>|0>|2>r|2r>|2r@|:noname|\?do|again|c\"|case|compile,|endcase|endof|erase|false|hex|marker|nip|of|pad|parse|pick|refill|restore-input|roll|save-input|source-id|to|true|tuck|u\.r|u>|unused|value|within|\[compile\]|\#tib|convert|expect|query|span|tib|2constant|2literal|2variable|d\+|d-|d\.|d\.r|d0<|d0=|d2\*|d2\/|d<|d=|d>s|dabs|dmax|dmin|dnegate|m\*\/|m\+|2rot|du<|catch|throw|abort|abort\"|at-xy|key\?|page|ekey|ekey>char|ekey\?|emit\?|ms|time&date|BIN|CLOSE-FILE|CREATE-FILE|DELETE-FILE|FILE-POSITION|FILE-SIZE|INCLUDE-FILE|INCLUDED|OPEN-FILE|R\/O|R\/W|READ-FILE|READ-LINE|REPOSITION-FILE|RESIZE-FILE|S\"|SOURCE-ID|W/O|WRITE-FILE|WRITE-LINE|FILE-STATUS|FLUSH-FILE|REFILL|RENAME-FILE|>float|d>f|f!|f\*|f\+|f-|f\/|f0<|f0=|f<|f>d|f@|falign|faligned|fconstant|fdepth|fdrop|fdup|fliteral|float\+|floats|floor|fmax|fmin|fnegate|fover|frot|fround|fswap|fvariable|represent|df!|df@|dfalign|dfaligned|dfloat\+|dfloats|f\*\*|f\.|fabs|facos|facosh|falog|fasin|fasinh|fatan|fatan2|fatanh|fcos|fcosh|fe\.|fexp|fexpm1|fln|flnp1|flog|fs\.|fsin|fsincos|fsinh|fsqrt|ftan|ftanh|f~|precision|set-precision|sf!|sf@|sfalign|sfaligned|sfloat\+|sfloats|\(local\)|to|locals\||allocate|free|resize|definitions|find|forth-wordlist|get-current|get-order|search-wordlist|set-current|set-order|wordlist|also|forth|only|order|previous|-trailing|\/string|blank|cmove|cmove>|compare|search|sliteral|.s|dump|see|words|;code|ahead|assembler|bye|code|cs-pick|cs-roll|editor|state|\[else\]|\[if\]|\[then\]|forget|defer|defer@|defer!|action-of|begin-structure|field:|buffer:|parse-name|buffer:|traverse-wordlist|n>r|nr>|2value|fvalue|name>interpret|name>compile|name>string|cfield:|end-structure)\s`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/forth.go:25:			{`(\$[0-9A-F]+)`, LiteralNumberHex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/forth.go-26-			{`(\#|%|&|\-|\+)?[0-9]+`, LiteralNumberInteger, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/fortran.go-22-			Include("core"),
golang-github-alecthomas-chroma-0.8.1/lexers/f/fortran.go:23:			{`[a-z][\w$]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fortran.go-24-			Include("nums"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/f/fsharp.go-40-			{"(!=|#|&&|&|\\(|\\)|\\*|\\+|,|-\\.|->|-|\\.\\.|\\.|::|:=|:>|:|;;|;|<-|<\\]|<|>\\]|>|\\?\\?|\\?|\\[<|\\[\\||\\[|\\]|_|`|\\{|\\|\\]|\\||\\}|~|<@@|<@|=|@>|@@>)", Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fsharp.go:41:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/f/fsharp.go-42-			{`\b(and|or|not)\b`, OperatorWord, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-18-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:19:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+):`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:20:			{`\.(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameAttribute, Push("directive-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-21-			{`lock|rep(n?z)?|data\d+`, NameAttribute, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:22:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameFunction, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-23-			{`[\r\n]+`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-25-		"directive-args": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:26:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-27-			{`"(\\"|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:28:			{`@(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameAttribute, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-29-			{`(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-34-		"instruction-args": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:35:			{`([a-z0-9]+)( )(<)((?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+))(>)`, ByGroups(LiteralNumberHex, Text, Punctuation, NameConstant, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:36:			{`([a-z0-9]+)( )(<)((?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+))([-+])((?:0[xX][a-zA-Z0-9]+|\d+))(>)`, ByGroups(LiteralNumberHex, Text, Punctuation, NameConstant, Punctuation, LiteralNumberInteger, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:37:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-38-			{`(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:39:			{`%(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:40:			{`$(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go:41:			{`$'(.|\\')'`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gas.go-42-			{`[\r\n]+`, Text, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/gdscript.go-26-			{`(in|and|or|not)\b`, OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gdscript.go:27:			{`!=|==|<<|>>|&&|\+=|-=|\*=|/=|%=|&=|\|=|\|\||[-~+/*%=<>&^.!|$]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/gdscript.go-28-			Include("keywords"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-18-		"root": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:19:			{`[^#$\s]+`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-20-			{`^(\s*)(##.*)$`, ByGroups(Text, Comment), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-22-			Include("variable"),
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:23:			{`[#$\s]`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-24-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-32-		"variable": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:33:			{`(?<!\$)(\$\{)(.+?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:34:			{`(?<!\$)(\$)([a-zA-Z_][\w.]*)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-35-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-66-	"root": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:67:		{`[^<$]+`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-68-		{`(<\?python)(.*?)(\?>)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-72-		Include("variable"),
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:73:		{`[<$]`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-74-	},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-106-	"strings": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:107:		{`[^"'$]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-108-		Include("variable"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-110-	"variable": {
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:111:		{`(?<!\$)(\$\{)(.+?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go:112:		{`(?<!\$)(\$)([a-zA-Z_][\w\.]*)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/genshi.go-113-	},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/go.go-83-		{`\||:=`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/go.go:84:		{`[$]?[^\W\d]\w*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/go.go:85:		{`[$]?\.(?:[^\W\d]\w*)?`, NameAttribute, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/go.go-86-		{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/graphql.go-23-			{`[\(\)\{\}\[\],!\|=]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/graphql.go:24:			{`\$\w+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/graphql.go-25-			{`\d+i`, LiteralNumber, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go-38-			{`'(\\\\|\\'|[^'])*'`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go:39:			{`\$/((?!/\$).)*/\$`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go-40-			{`/(\\\\|\\"|[^/])*/`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go-43-			{`[a-zA-Z_]\w*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go:44:			{`[a-zA-Z_$]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/g/groovy.go-45-			{`[~^*!%&\[\](){}<>|+=:;,./?-]`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-18-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:19:			{`--(?![!#$%&*+./<=>?@^|_~:\\]).*?$`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-20-			{`\{-`, CommentMultiline, Push("comment")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-31-			{`(')\([^)]*\)`, KeywordType, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:32:			{`\\(?![:!#$%&*+.\\/<=>?@^|~-]+)`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:33:			{`(<-|::|->|=>|=)(?![:!#$%&*+.\\/<=>?@^|~-]+)`, OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:34:			{`:[:!#$%&*+.\\/<=>?@^|~-]*`, KeywordType, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:35:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-36-			{`\d+[eE][+-]?\d+`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-65-			{`(_[\w\']+|[a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧա-ևᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓꞡꞣꞥꞧꞩꟺff-stﬓ-ﬗa-z𐐨-𐑏𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋][\w\']*)`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:66:			{`--(?![!#$%&*+./<=>?@^|_~:\\]).*?$`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-67-			{`\{-`, CommentMultiline, Push("comment")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-68-			{`,`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go:69:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haskell.go-70-			{`\(`, Punctuation, Push("funclist", "funclist")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-37-		"string-single-interpol": {
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:38:			{`\$\{`, LiteralStringInterpol, Push("string-interpol-close", "expr")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:39:			{`\$\$`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:40:			{`\$(?=(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))`, LiteralStringInterpol, Push("ident")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-41-			Include("string-single"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-53-		"string-interpol-close": {
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:54:			{`\$(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-55-			{`\}`, LiteralStringInterpol, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-58-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:59:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-60-			{`\.`, Punctuation, Push("import-ident")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-64-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:65:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-66-			{`\*`, Keyword, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-73-			{`\*`, Keyword, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:74:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-75-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-77-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:78:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-79-			{`\.`, Punctuation, Push("import-ident")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-91-			{`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:92:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, CommentPreproc, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-93-			{`\.[0-9]+`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-96-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:97:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-98-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-116-			{`\(`, CommentPreproc, Push("#pop", "preproc-expr-chain", "preproc-parenthesis")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:117:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, CommentPreproc, Push("#pop", "preproc-expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-118-			{`\.[0-9]+`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-121-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:122:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-123-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Push("#pop", "preproc-expr-chain")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-157-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:158:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameDecorator, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-159-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-190-			{`\}`, Punctuation, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:191:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("enum-member", "type-param-constraint")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-192-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-229-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:230:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameFunction, Push("#pop", "optional-expr", "flag", "function-param", "parenthesis-open", "type-param-constraint")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-231-			Default(Pop(1), Push("optional-expr"), Push("flag"), Push("function-param"), Push("parenthesis-open"), Push("type-param-constraint")),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-239-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:240:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameFunction, Push("#pop", "optional-expr", "flag", "function-param", "parenthesis-open", "type-param-constraint")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-241-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-245-			{`\?`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:246:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "function-param-sep", "assign", "flag")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-247-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-260-			{`(?:default|null|never|dynamic|get|set)\b`, Keyword, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:261:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Text, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-262-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-289-			{`(?:continue|break)\b`, Keyword, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:290:			{`(?:\$\s*[a-z]\b|\$(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)))`, Name, Push("#pop", "dollar")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:291:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-292-			{`\.[0-9]+`, LiteralNumberFloat, Push("#pop", "expr-chain")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-295-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Push("#pop", "expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:296:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Push("#pop", "expr-chain")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-297-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Push("#pop", "expr-chain")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-309-			{`\?`, Operator, Push("#pop", "expr", "ternary", "expr")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:310:			{`(\.)((?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))`, ByGroups(Punctuation, Name), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-311-			{`\[`, Punctuation, Push("array-access")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-439-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:440:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-441-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-458-			{`\?`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:459:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "type-check", "type-full-name")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-460-			{`\{`, Punctuation, Push("#pop", "type-check", "type-struct")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-477-			{`>`, Punctuation, Push("comma", "type")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:478:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "type-struct-sep", "type", "colon")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-479-			Include("class-body"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-490-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:491:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-492-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-547-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:548:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Text, Push("#pop", "var-sep", "assign", "flag", "prop-get-set")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-549-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-580-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:581:			{`(?!(?:\$\s*[a-z]\b|\$(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))))(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "bracket-check")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-582-			{`'`, LiteralStringSingle, Push("#pop", "bracket-check", "string-single")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-602-			Include("spaces"),
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go:603:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/h/haxe.go-604-			{`'`, LiteralStringSingle, Push("#pop", "string-single")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go-31-			{`\b\w+\b`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go:32:			{`\$\{`, LiteralStringInterpol, Push("var_builtin")},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go-33-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go-39-		"var_builtin": {
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go:40:			{`\$\{`, LiteralStringInterpol, Push()},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hcl.go-41-			{Words(`\b`, `\b`, `concat`, `file`, `join`, `lookup`, `element`), NameBuiltin, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-24-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go:25:			{`'(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-26-			{`\\(.|[a-z]+)`, LiteralStringChar, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-28-			{`^(\s*)([rRuU]{,2}'''(?:.|\n)*?''')`, ByGroups(Text, LiteralStringDoc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go:29:			{`::?(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-30-			{"~@|[`\\'#^~&@]", Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-35-			{Words(``, ` `, `cycle`, `dec`, `distinct`, `drop`, `even?`, `filter`, `inc`, `instance?`, `iterable?`, `iterate`, `iterator?`, `neg?`, `none?`, `nth`, `numeric?`, `odd?`, `pos?`, `remove`, `repeat`, `repeatedly`, `take`, `take_nth`, `take_while`, `zero?`), NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go:36:			{`(?<=\()(?!#)[\w!$%*+<=>?/.#-]+`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go:37:			{`(?!#)[\w!$%*+<=>?/.#-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/h/hy.go-38-			{`(\[|\])`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-18-			{`^(\s*)(%lib|link|flag|include|hide|freeze|access|default|logging|dynamic|name|error_handlers|language)`, ByGroups(Text, KeywordReserved), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go:19:			{`(\s*)(--(?![!#$%&*+./<=>?@^|_~:\\]).*?)$`, ByGroups(Text, CommentSingle), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-20-			{`(\s*)(\|{3}.*?)$`, ByGroups(Text, CommentSingle), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-27-			{`(<-|::|->|=>|=)`, OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go:28:			{`([(){}\[\]:!#$%&*+.\\/<=>?@^|~-]+)`, OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-29-			{`\d+[eE][+-]?\d+`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-49-			{`,`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go:50:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/i/idris.go-51-			{`\(`, Punctuation, Push("funclist", "funclist")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-22-			{`(assert|break|case|catch|continue|default|do|else|finally|for|if|goto|instanceof|new|return|switch|this|throw|try|while)\b`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go:23:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-24-			{`@[^\W\d][\w.]*`, NameDecorator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-32-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go:33:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go:34:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go:35:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-36-			{`([0-9][0-9_]*\.([0-9][0-9_]*)?|\.[0-9][0-9_]*)([eE][+\-]?[0-9][0-9_]*)?[fFdD]?|[0-9][eE][+\-]?[0-9][0-9_]*[fFdD]?|[0-9]([eE][+\-]?[0-9][0-9_]*)?[fFdD]|0[xX]([0-9a-fA-F][0-9a-fA-F_]*\.?|([0-9a-fA-F][0-9a-fA-F_]*)?\.[0-9a-fA-F][0-9a-fA-F_]*)[pP][+\-]?[0-9][0-9_]*[fFdD]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-44-		"class": {
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go:45:			{`([^\W\d]|\$)[\w$]*`, NameClass, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/j/java.go-46-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go-42-		{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go:43:		{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go-44-		{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go-51-		{"\\\\`", LiteralStringBacktick, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go:52:		{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/javascript.go-53-		{`\$`, LiteralStringBacktick, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go-53-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go:54:			{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go-55-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go-62-			{"\\\\`", LiteralStringBacktick, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go:63:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jsx.go-64-			{`\$`, LiteralStringBacktick, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-29-			{Words(``, `\b`, `ARGS`, `CPU_CORES`, `C_NULL`, `DevNull`, `ENDIAN_BOM`, `ENV`, `I`, `Inf`, `Inf16`, `Inf32`, `Inf64`, `InsertionSort`, `JULIA_HOME`, `LOAD_PATH`, `MergeSort`, `NaN`, `NaN16`, `NaN32`, `NaN64`, `OS_NAME`, `QuickSort`, `RoundDown`, `RoundFromZero`, `RoundNearest`, `RoundNearestTiesAway`, `RoundNearestTiesUp`, `RoundToZero`, `RoundUp`, `STDERR`, `STDIN`, `STDOUT`, `VERSION`, `WORD_SIZE`, `catalan`, `e`, `eu`, `eulergamma`, `golden`, `im`, `nothing`, `pi`, `γ`, `π`, `φ`), NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:30:			{Words(``, ``, `=`, `:=`, `+=`, `-=`, `*=`, `/=`, `//=`, `.//=`, `.*=`, `./=`, `\=`, `.\=`, `^=`, `.^=`, `÷=`, `.÷=`, `%=`, `.%=`, `|=`, `&=`, `$=`, `=>`, `<<=`, `>>=`, `>>>=`, `~`, `.+=`, `.-=`, `?`, `--`, `-->`, `||`, `&&`, `>`, `<`, `>=`, `≥`, `<=`, `≤`, `==`, `===`, `≡`, `!=`, `≠`, `!==`, `≢`, `.>`, `.<`, `.>=`, `.≥`, `.<=`, `.≤`, `.==`, `.!=`, `.≠`, `.=`, `.!`, `<:`, `>:`, `∈`, `∉`, `∋`, `∌`, `⊆`, `⊈`, `⊂`, `⊄`, `⊊`, `|>`, `<|`, `:`, `+`, `-`, `.+`, `.-`, `|`, `∪`, `$`, `<<`, `>>`, `>>>`, `.<<`, `.>>`, `.>>>`, `*`, `/`, `./`, `÷`, `.÷`, `%`, `⋅`, `.%`, `.*`, `\`, `.\`, `&`, `∩`, `//`, `.//`, `^`, `.^`, `::`, `.`, `+`, `-`, `!`, `√`, `∛`, `∜`), Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-31-			{`'(\\.|\\[0-7]{1,3}|\\x[a-fA-F0-9]{1,3}|\\u[a-fA-F0-9]{1,4}|\\U[a-fA-F0-9]{1,6}|[^\\\'\n])'`, LiteralStringChar, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-60-			{`"`, LiteralString, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:61:			{`\\([\\"\'$nrbtfav]|(x|u|U)[a-fA-F0-9]+|\d+)`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:62:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:63:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-64-			{`%[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsux%]`, LiteralStringInterpol, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-68-			{`"""`, LiteralString, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:69:			{`\\([\\"\'$nrbtfav]|(x|u|U)[a-fA-F0-9]+|\d+)`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:70:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:71:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-72-			{`.|\s`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-84-			{"`", LiteralStringBacktick, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:85:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go:86:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/julia.go-87-			{`.|\s`, LiteralStringBacktick, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-20-			{`^(?=\S)`, None, Push("instruction")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go:21:			{`[\.;\[\]\(\)\$]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-22-			{`[a-zA-Z_]\w*`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-31-			{`[^\S\n]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go:32:			{`\$\(`, Punctuation, Push("var")},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go:33:			{`[;\[\]\(\)\$]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-34-			{`#(\n|[\w\W]*?[^#]\n)`, CommentSingle, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-43-			{`\b((semi)?round|rectangle)(-\d+x\d+)?\b`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go:44:			{`[\.;\[\]\(\$]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/j/jungle.go-45-			{`\)`, Punctuation, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-74-			{`"""`, LiteralString, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go:75:			{`(?:[^$"]+|\"{1,2}[^"])+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-76-			Include("string-interpol"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-80-		"string": {
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go:81:			{`\\[tbnr'"\\\$]`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-82-			{`\\u[0-9a-fA-F]{4}`, LiteralStringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-84-			Include("string-interpol"),
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go:85:			{`[^\n\\"$]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-86-			// remaining dollar signs are just a string
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-89-		"string-interpol": {
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go:90:			{`\$[` + kotlinIdentifier + `]+`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go:91:			{`\${[^}\n]*}`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/k/kotlin.go-92-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/l/lighttpd.go-23-			{`=>|=~|\+=|==|=|\+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lighttpd.go:24:			{`\$[A-Z]+`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lighttpd.go-25-			{`[(){}\[\],]`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go-18-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go:19:			{`([-a-zA-Z$._][\w\-$.]*|"[^"]*?")\s*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go-20-			Include("keyword"),
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go:21:			{`%([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go:22:			{`@([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go-23-			{`%\d+`, NameVariableAnonymous, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go-25-			{`#\d+`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go:26:			{`!([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/llvm.go-27-			{`!\d+`, NameVariableAnonymous, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go-22-			{`(?:--\[(=*)\[[\w\W]*?\](\1)\])`, CommentMultiline, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go:23:			{`(?:--.*$)`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go-24-			{`(?:\s+)`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go-49-			{`[.:]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go:50:			{`(?:[^\W\d]\w*)(?=(?:(?:--\[(=*)\[[\w\W]*?\](\2)\])|(?:--.*$)|(?:\s+))*[.:])`, NameClass, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/l/lua.go-51-			{`(?:[^\W\d]\w*)`, NameFunction, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-656-	cm.targetScheme = treq.URL.Scheme
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:657:	cm.targetAddr = canonicalAddr(treq.URL)
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-658-	if t.Proxy != nil {
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-946-	if trace != nil && trace.GetConn != nil {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:947:		trace.GetConn(cm.addr())
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-948-	}
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1222-		var err error
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1223:		pconn.conn, err = t.DialTLS("tcp", cm.addr())
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1224-		if err != nil {
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1249-	} else {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1250:		conn, err := t.dial(ctx, "tcp", cm.addr())
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1251-		if err != nil {
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1256-			var firstTLSHost string
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1257:			if firstTLSHost, _, err = net.SplitHostPort(cm.addr()); err != nil {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1258-				return nil, wrapErr(err)
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1271-		conn := pconn.conn
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1272:		d := socksNewDialer("tcp", conn.RemoteAddr().String())
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1273-		if u := cm.proxyURL.User; u != nil {
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1418-// addr returns the first hop "host:port" to which we need to TCP connect.
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1419:func (cm *connectMethod) addr() string {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1420-	if cm.proxyURL != nil {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:1421:		return canonicalAddr(cm.proxyURL)
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-1422-	}
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-2267-// canonicalAddr returns url.Host but always with a ":port" suffix
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go:2268:func canonicalAddr(url *url.URL) string {
golang-github-alecthomas-chroma-0.8.1/lexers/lexer_benchmark_test.go-2269-	addr := url.Hostname()
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-20-			{`^(?:[\t ]+.*\n|\n)+`, Using(Bash), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:21:			{`\$[<@$+%?|*]`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-22-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-23-			{`#.*?\n`, Comment, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:24:			{`(export)(\s+)(?=[\w${}\t -]+\n)`, ByGroups(Keyword, Text), Push("export")},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-25-			{`export\s+`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:26:			{`([\w${}().-]+)(\s*)([!?:+]?=)([ \t]*)((?:.*\\\n)+|.*\n)`, ByGroups(NameVariable, Text, Operator, Text, Using(Bash)), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-27-			{`(?s)"(\\\\|\\.|[^"\\])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-29-			{`([^\n:]+)(:+)([ \t]*)`, ByGroups(NameFunction, Operator, Text), Push("block-header")},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:30:			{`\$\(`, Keyword, Push("expansion")},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-31-		},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-32-		"expansion": {
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:33:			{`[^$a-zA-Z_()]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-34-			{`[a-zA-Z_]+`, NameVariable, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-39-		"export": {
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:40:			{`[\w${}-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-41-			{`\n`, Text, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-47-			{`\\\n`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go:48:			{`\$\(`, Keyword, Push("expansion")},
golang-github-alecthomas-chroma-0.8.1/lexers/m/make.go-49-			{`[a-zA-Z_]+`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/mako.go-26-			{`(<%(?:!?))(.*?)(%>)(?s)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mako.go:27:			{`(\$\{)(.*?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mako.go-28-			{`(?sx)
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go-19-			{`c?"[^"]*?"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go:20:			{`\^([-a-zA-Z$._][\w\-$.0-9]*)\s*`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go:21:			{`([\w\d_$.]+)\s*=`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go-22-			Include("keyword"),
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go-23-			{`->`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go:24:			{`@([\w_][\w\d_$.]*)`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go:25:			{`[%#][\w\d_$.]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/mlir.go-26-			{`([1-9?][\d?]*\s*x)+`, LiteralNumber, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-32-		"identifiers": {
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go:33:			{`([a-zA-Z_$][\w$]*)`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-34-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-91-			{`^//.*?\n`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go:92:			{`\(\*([^$].*?)\*\)`, CommentMultiline, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-93-			{`/\*(.*?)\*/`, CommentMultiline, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-96-			{`<\*.*?\*>`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go:97:			{`\(\*\$.*?\*\)`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/modula2.go-98-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/m/monkeyc.go-35-			{`\b(Activity(Monitor|Recording)?|Ant(Plus)?|Application|Attention|Background|Communications|Cryptography|FitContributor|Graphics|Gregorian|Lang|Math|Media|Persisted(Content|Locations)|Position|Properties|Sensor(History|Logging)?|Storage|StringUtil|System|Test|Time(r)?|Toybox|UserProfile|WatchUi|Rez|Drawables|Strings|Fonts|method)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/monkeyc.go:36:			{`\b(me|self|\$)\b`, NameBuiltinPseudo, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/m/monkeyc.go-37-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-7-
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:8:// Nasm lexer.
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:9:var Nasm = internal.Register(MustNewLexer(
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-10-	&Config{
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-20-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:21:			{`[a-z$._?][\w$.?#@~]*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:22:			{`([a-z$._?][\w$.?#@~]*)(\s+)(equ)`, ByGroups(NameConstant, KeywordDeclaration, KeywordDeclaration), Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-23-			{`BITS|USE16|USE32|SECTION|SEGMENT|ABSOLUTE|EXTERN|GLOBAL|ORG|ALIGN|STRUC|ENDSTRUC|COMMON|CPU|GROUP|UPPERCASE|IMPORT|EXPORT|LIBRARY|MODULE`, Keyword, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-24-			{`(?:res|d)[bwdqt]|times`, KeywordDeclaration, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:25:			{`[a-z$._?][\w$.?#@~]*`, NameFunction, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-26-			{`[\r\n]+`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-29-			{"\"(\\\\\"|[^\"\\n])*\"|'(\\\\'|[^'\\n])*'|`(\\\\`|[^`\\n])*`", LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:30:			{`(?:0x[0-9a-f]+|$0[0-9a-f]*|[0-9]+[0-9a-f]*h)`, LiteralNumberHex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-31-			{`[0-7]+q`, LiteralNumberOct, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-36-			{`r[0-9][0-5]?[bwd]|[a-d][lh]|[er]?[a-d]x|[er]?[sb]p|[er]?[sd]i|[c-gs]s|st[0-7]|mm[0-7]|cr[0-4]|dr[0-367]|tr[3-7]`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:37:			{`[a-z$._?][\w$.?#@~]*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-38-			{`[\r\n]+`, Text, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-53-			{`[&|^<>+*/%~-]+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go:54:			{`[$]+`, KeywordConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nasm.go-55-			{`seg|wrt|strict`, OperatorWord, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/newspeak.go-43-		"literals": {
golang-github-alecthomas-chroma-0.8.1/lexers/n/newspeak.go:44:			{`\$.`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/newspeak.go-45-			{`'[^']*'`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-34-			{`on|off`, NameConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go:35:			{`\$[^\s;#()]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-36-			{`([a-z0-9.-]+)(:)([0-9]+)`, ByGroups(Name, Punctuation, LiteralNumberInteger), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-40-			{`[:=~]`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go:41:			{`[^\s;#{}$]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-42-			{`/[^\s;#]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-43-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go:44:			{`[$;]`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nginx.go-45-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go-21-			{`#.*$`, Comment, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go:22:			{`[*=><+\-/@$~&%!?|\\\[\]]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go-23-			{"\\.\\.|\\.|,|\\[\\.|\\.\\]|\\{\\.|\\.\\}|\\(\\.|\\.\\)|\\{|\\}|\\(|\\)|:|\\^|`|;", Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go-50-		"strings": {
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go:51:			{`(?<!\$)\$(\d+|#|\w+)+`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go:52:			{`[^\\\'"$\n]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nim.go-53-			{`[\'"\\]`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-55-			{` [/-] `, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:56:			{`(\.)(\${)`, ByGroups(Operator, StringInterpol), Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:57:			{`(\?)(\s*)(\${)`, ByGroups(Operator, Text, StringInterpol), Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-58-			{Words(``, ``, strings.Fields("@ . ? ++ + != ! // == && || -> <= < >= > *")...), Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-74-			{`"`, StringDouble, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:75:			{`\${`, StringInterpol, Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-76-			{`\\.`, StringEscape, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-83-			{`''`, StringSingle, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:84:			{`\${`, StringInterpol, Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-85-			// The next rule is important: "$" escapes any symbol except "{"!
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:86:			{`\$.`, StringSingle, nil}, // "$."
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-87-			{`.|\n`, StringSingle, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-92-			{`in` + nixb, Keyword, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:93:			{`\${`, StringInterpol, Push("interpol")},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-94-			Include("root"), // "==" has to be above "="
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-104-		"uri": {
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go:105:			{`[a-zA-Z][a-zA-Z0-9+.-]*:[a-zA-Z0-9%/?:@&=+$,_.!~*'-]+`, StringDoc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/n/nix.go-106-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-57-		"oc_classname": {
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:58:			{`([a-zA-Z$_][\w$]*)(\s*:\s*)([a-zA-Z$_][\w$]*)?(\s*)(\{)`, ByGroups(NameClass, Text, NameClass, Text, Punctuation), Push("#pop", "oc_ivars")},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:59:			{`([a-zA-Z$_][\w$]*)(\s*:\s*)([a-zA-Z$_][\w$]*)?`, ByGroups(NameClass, Text, NameClass), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:60:			{`([a-zA-Z$_][\w$]*)(\s*)(\([a-zA-Z$_][\w$]*\))(\s*)(\{)`, ByGroups(NameClass, Text, NameLabel, Text, Punctuation), Push("#pop", "oc_ivars")},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:61:			{`([a-zA-Z$_][\w$]*)(\s*)(\([a-zA-Z$_][\w$]*\))`, ByGroups(NameClass, Text, NameLabel), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:62:			{`([a-zA-Z$_][\w$]*)(\s*)(\{)`, ByGroups(NameClass, Text, Punctuation), Push("#pop", "oc_ivars")},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:63:			{`([a-zA-Z$_][\w$]*)`, NameClass, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-64-		},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-65-		"oc_forward_classname": {
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:66:			{`([a-zA-Z$_][\w$]*)(\s*,\s*)`, ByGroups(NameClass, Text), Push("oc_forward_classname")},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:67:			{`([a-zA-Z$_][\w$]*)(\s*;?)`, ByGroups(NameClass, Text), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-68-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-76-		"root": {
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:77:			{`^([-+])(\s*)(\(.*?\))?(\s*)([a-zA-Z$_][\w$]*:?)`, ByGroups(Punctuation, Text, UsingSelf("root"), Text, NameFunction), Push("method")},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-78-			Include("whitespace"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-86-			{`\.\.\.`, Punctuation, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:87:			{`(\(.*?\))(\s*)([a-zA-Z$_][\w$]*)`, ByGroups(UsingSelf("root"), Text, NameVariable), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go:88:			{`[a-zA-Z$_][\w$]*:`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/objectivec.go-89-			{`;`, Punctuation, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/ocaml.go-29-			{"(~|\\}|\\|]|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<-|<|;;|;|:>|:=|::|:|\\.\\.|\\.|->|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/ocaml.go:30:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/ocaml.go-31-			{`\b(and|asr|land|lor|lsl|lxor|mod|or)\b`, OperatorWord, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/openscad.go-24-			{`<|<=|==|!=|>=|>|&&|\|\|`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/openscad.go:25:			{`\$(f[asn]|t|vp[rtd]|children)`, NameVariableMagic, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/openscad.go-26-			{Words(``, `\b`, `PI`, `undef`), KeywordConstant, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-42-			// Dynamic Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:43:			{`(?i)^( *#\+begin: )([^ ]+)([\w\W]*?\n)([\w\W]*?)(^ *#\+end: *$)`, ByGroups(Comment, CommentSpecial, Comment, UsingSelf("inline"), Comment), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-44-			// Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-45-			// - Comment Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:46:			{`(?i)^( *#\+begin_comment *\n)([\w\W]*?)(^ *#\+end_comment *$)`, ByGroups(Comment, Comment, Comment), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-47-			// - Src Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:48:			{`(?i)^( *#\+begin_src )([^ \n]+)(.*?\n)([\w\W]*?)(^ *#\+end_src *$)`,
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-49-				UsingByGroup(
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-56-			// - Export Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:57:			{`(?i)^( *#\+begin_export )(\w+)( *\n)([\w\W]*?)(^ *#\+end_export *$)`,
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-58-				UsingByGroup(
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-65-			// - Org Special, Example, Verse, etc. Blocks
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:66:			{`(?i)^( *#\+begin_)(\w+)( *\n)([\w\W]*?)(^ *#\+end_\2)( *$)`, ByGroups(Comment, Comment, Text, Text, Comment, Text), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-67-			// Keywords
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-69-			// Properties and Drawers
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:70:			{`(?i)^( *:\w+: *\n)([\w\W]*?)(^ *:end: *$)`, ByGroups(Comment, CommentSpecial, Comment), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-71-			// Line break operator
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-80-		"inline": {
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:81:			{`(\s)*(\*[^ \n*][^*]+?[^ \n*]\*)((?=\W|\n|$))`, ByGroups(Text, GenericStrong, Text), nil},                          // Bold
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:82:			{`(\s)*(/[^/]+?/)((?=\W|\n|$))`, ByGroups(Text, GenericEmph, Text), nil},                                            // Italic
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:83:			{`(\s)*(=[^\n=]+?=)((?=\W|\n|$))`, ByGroups(Text, NameClass, Text), nil},                                            // Verbatim
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:84:			{`(\s)*(~[^\n~]+?~)((?=\W|\n|$))`, ByGroups(Text, NameClass, Text), nil},                                            // Code
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:85:			{`(\s)*(\+[^+]+?\+)((?=\W|\n|$))`, ByGroups(Text, GenericDeleted, Text), nil},                                       // Strikethrough
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go:86:			{`(\s)*(_[^_]+?_)((?=\W|\n|$))`, ByGroups(Text, GenericUnderline, Text), nil},                                       // Underline
golang-github-alecthomas-chroma-0.8.1/lexers/o/org.go-87-			{`(<)([^<>]+?)(>)`, ByGroups(Text, String, Text), nil},                                                              // <datestamp>
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/pacman.go-21-			{`^(\s*)(\w+)(\s*)$`, ByGroups(Text, NameAttribute, Text), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pacman.go:22:			{Words(``, `\b`, `$repo`, `$arch`, `%o`, `%u`), NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pacman.go-23-			{`.`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-27-			{`%(\\\\|\\[^\\]|[^\\%])*%[egimosx]*`, LiteralStringRegex, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go:28:			{`\$(\\\\|\\[^\\]|[^\\$])*\$[egimosx]*`, LiteralStringRegex, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-29-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-46-			{`m?/(\\\\|\\[^\\]|[^\\/\n])*/[gcimosx]*`, LiteralStringRegex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go:47:			{`m(?=[/!\\{<\[(@%$])`, LiteralStringRegex, Push("balanced-regex")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-48-			{`((?<==~)|(?<=\())\s*/(\\\\|\\[^\\]|[^\\/])*/[gcimosx]*`, LiteralStringRegex, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-53-			{`__END__`, CommentPreproc, Push("end-part")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go:54:			{`\$\^[ADEFHILMOPSTWX]`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-55-			{"\\$[\\\\\\\"\\[\\]'&`+*.,;=%~?@$!<>(^|/-](?!\\w)", NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go:56:			{`[$@%#]+`, NameVariable, Push("varname")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-57-			{`0_?[0-7]+(_[0-7]+)*`, LiteralNumberOct, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-101-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go:102:			{`(\([$@%]*\))(\s*)`, ByGroups(Punctuation, Text), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/perl.go-103-			{`;`, Punctuation, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-21-			Include("interp"),
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go:22:			{`[^${}#=:\n.]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-23-			{`.`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-25-		"interp": {
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go:26:			{`\$\$`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go:27:			{`\$\{`, LiteralStringInterpol, Push("curly")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-28-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-36-			{`\n`, Text, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go:37:			{`[^${}#\n]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/pkgconfig.go-38-			{`.`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go-30-			{`::`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go:31:			{`\$\d+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go-32-			{`([0-9]*\.[0-9]*|[0-9]+)(e[+-]?[0-9]+)?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go-35-			{`((?:U&)?)(")`, ByGroups(LiteralStringAffix, LiteralStringName), Push("quoted-ident")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go:36:			// { `(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)`, ?? <function language_callback at 0x108964400> ??, nil },
golang-github-alecthomas-chroma-0.8.1/lexers/p/plsql.go-37-			{`[a-z_]\w*`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-23-			{`(bigint|bigserial|bit|bit\s+varying|bool|boolean|box|bytea|char|character|character\s+varying|cidr|circle|date|decimal|double\s+precision|float4|float8|inet|int|int2|int4|int8|integer|interval|json|jsonb|line|lseg|macaddr|money|numeric|path|pg_lsn|point|polygon|real|serial|serial2|serial4|serial8|smallint|smallserial|text|time|timestamp|timestamptz|timetz|tsquery|tsvector|txid_snapshot|uuid|varbit|varchar|with\s+time\s+zone|without\s+time\s+zone|xml|anyarray|anyelement|anyenum|anynonarray|anyrange|cstring|fdw_handler|internal|language_handler|opaque|record|void)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go:24:			{`(?s)(DO)(\s+)(?:(LANGUAGE)?(\s+)('?)(\w+)?('?)(\s+))?(\$)([^$]*)(\$)(.*?)(\$)(\10)(\$)`,
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-25-				UsingByGroup(
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-38-			{`::`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go:39:			{`\$\d+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-40-			{`([0-9]*\.[0-9]*|[0-9]+)(e[+-]?[0-9]+)?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-43-			{`((?:U&)?)(")`, ByGroups(LiteralStringAffix, LiteralStringName), Push("quoted-ident")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go:44:			{`(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)(\s+)(LANGUAGE)?(\s+)('?)(\w+)?('?)`,
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-45-				UsingByGroup(internal.Get,
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-54-			},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go:55:			{`(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)`, LiteralStringHeredoc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/postgres.go-56-			{`[a-z_]\w*`, Name, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-21-			{`\s+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go:22:			{`^(\s*#[#\s]*)(\.(?:component|description|example|externalhelp|forwardhelpcategory|forwardhelptargetname|functionality|inputs|link|notes|outputs|parameter|remotehelprunspace|role|synopsis))([^\n]*$)`, ByGroups(Comment, LiteralStringDoc, Comment), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-23-			{`#[^\n]*?$`, Comment, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-30-			{`'([^']|'')*'`, LiteralStringSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go:31:			{`(\$|@@|@)((global|script|private|env):)?\w+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-32-			{`(while|validateset|validaterange|validatepattern|validatelength|validatecount|until|trap|switch|return|ref|process|param|parameter|in|if|global:|function|foreach|for|finally|filter|end|elseif|else|dynamicparam|do|default|continue|cmdletbinding|break|begin|alias|\?|%|#script|#private|#local|#global|mandatory|parametersetname|position|valuefrompipeline|valuefrompipelinebypropertyname|valuefromremainingarguments|helpmessage|try|catch|throw)\b`, Keyword, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-53-			{"[^$`\"]+", LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go:54:			{`\$\(`, Punctuation, Push("child")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-55-			{`""`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-60-			{`\n"@`, LiteralStringHeredoc, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go:61:			{`\$\(`, Punctuation, Push("child")},
golang-github-alecthomas-chroma-0.8.1/lexers/p/powershell.go-62-			{`[^@\n]+"]`, LiteralStringHeredoc, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/prolog.go-35-			{`([a-z]+)(:)`, ByGroups(NameNamespace, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/prolog.go:36:			{`([a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*)(\s*)(:-|-->)`, ByGroups(NameFunction, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/prolog.go:37:			{`([a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*)(\s*)(\()`, ByGroups(NameFunction, Text, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/prolog.go:38:			{`[a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*`, LiteralStringAtom, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/prolog.go-39-			{`[#&*+\-./:<=>?@\\^~¡-¿‐-〿]+`, LiteralStringAtom, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/p/puppet.go-36-			{`[a-zA-Z_]\w*`, NameAttribute, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/puppet.go:37:			{`(\$\S+)(\[)(\S+)(\])`, ByGroups(NameVariable, Punctuation, LiteralString, Punctuation), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/puppet.go:38:			{`\$\S+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/p/puppet.go-39-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-37-			Include("keywords"),
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go:38:			{`[a-zA-Z_]\w*[$@#&!]`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-39-			{`[a-zA-Z_]\w*\:`, NameLabel, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-51-		"functions": {
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go:52:			{`\b(ABS|ASC|ATN|CDBL|CHR\$|CINT|CLNG|COMMAND\$|COS|CSNG|CSRLIN|CVD|CVDMBF|CVI|CVL|CVS|CVSMBF|DATE\$|ENVIRON\$|EOF|ERDEV|ERDEV\$|ERL|ERR|EXP|FILEATTR|FIX|FRE|FREEFILE|HEX\$|INKEY\$|INP|INPUT\$|INSTR|INT|IOCTL\$|LBOUND|LCASE\$|LEFT\$|LEN|LOC|LOF|LOG|LPOS|LTRIM\$|MID\$|MKD\$|MKDMBF\$|MKI\$|MKL\$|MKS\$|MKSMBF\$|OCT\$|PEEK|PEN|PLAY|PMAP|POINT|POS|RIGHT\$|RND|RTRIM\$|SADD|SCREEN|SEEK|SETMEM|SGN|SIN|SPACE\$|SPC|SQR|STICK|STR\$|STRIG|STRING\$|TAB|TAN|TIME\$|TIMER|UBOUND|UCASE\$|VAL|VARPTR|VARPTR\$|VARSEG)(?=\(|\b)`, KeywordReserved, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-53-		},
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-54-		"metacommands": {
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go:55:			{`\b(\$DYNAMIC|\$INCLUDE|\$STATIC)(?=\(|\b)`, KeywordConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-56-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-60-		"statements": {
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go:61:			{`\b(BEEP|BLOAD|BSAVE|CALL|CALL\ ABSOLUTE|CALL\ INTERRUPT|CALLS|CHAIN|CHDIR|CIRCLE|CLEAR|CLOSE|CLS|COLOR|COM|COMMON|CONST|DATA|DATE\$|DECLARE|DEF\ FN|DEF\ SEG|DEFDBL|DEFINT|DEFLNG|DEFSNG|DEFSTR|DEF|DIM|DO|LOOP|DRAW|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|NEXT|FUNCTION|GET|GOSUB|GOTO|IF|THEN|INPUT|INPUT\ \#|IOCTL|KEY|KEY|KILL|LET|LINE|LINE\ INPUT|LINE\ INPUT\ \#|LOCATE|LOCK|UNLOCK|LPRINT|LSET|MID\$|MKDIR|NAME|ON\ COM|ON\ ERROR|ON\ KEY|ON\ PEN|ON\ PLAY|ON\ STRIG|ON\ TIMER|ON\ UEVENT|ON|OPEN|OPEN\ COM|OPTION\ BASE|OUT|PAINT|PALETTE|PCOPY|PEN|PLAY|POKE|PRESET|PRINT|PRINT\ \#|PRINT\ USING|PSET|PUT|PUT|RANDOMIZE|READ|REDIM|REM|RESET|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SCREEN|SEEK|SELECT\ CASE|SHARED|SHELL|SLEEP|SOUND|STATIC|STOP|STRIG|SUB|SWAP|SYSTEM|TIME\$|TIMER|TROFF|TRON|TYPE|UEVENT|UNLOCK|VIEW|WAIT|WHILE|WEND|WIDTH|WINDOW|WRITE)\b`, KeywordReserved, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/q/qbasic.go-62-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/r.go-30-			{`<<?-|->>?|-|==|<=|>=|<|>|&&?|!=|\|\|?|\?`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/r.go:31:			{`\*|\+|\^|/|!|%[^%]*%|=|~|\$|@|:{1,3}`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/r.go-32-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/racket.go-35-			{`#?"`, LiteralStringDouble, Push("#pop", "string")},
golang-github-alecthomas-chroma-0.8.1/lexers/r/racket.go:36:			{`#<<(.+)\n(^(?!\1$).*$\n)*^\1$`, LiteralStringHeredoc, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/r/racket.go-37-			{`#\\(u[\da-fA-F]{1,4}|U[\da-fA-F]{1,8})`, LiteralStringChar, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go-47-			{`->`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:48:			{`(>|\$|%|<|@|<>)(/|eof\b)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:49:			{`(>|\$|%|<|@|<>)(!|err\b)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:50:			{`(>|\$|%|<|@|<>)(\^|lerr\b)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:51:			{`(>|\$|%|<|@|<>)(~|to\b)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:52:			{`(>|\$|%|<|@|<>)(\*|from\b)`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:53:			{`>|@|\$|%`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go-54-			{`\*|\?|\+|\{[0-9]*,[0-9]*\}`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go-70-		"host": {
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go:71:			{`([^{}\'"/#]+|[^\\]\\[{}]|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|\#.*$\n?|/(?!\*)(\\\\|\\/|[^/])*/|/)+`, Other, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ragel.go-72-			{`\{`, Punctuation, Push()},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/reasonml.go-30-			{"(~|\\}|\\|]|\\||\\|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<-|<|;;|;|:>|:=|::|:|\\.\\.\\.|\\.\\.|\\.|=>|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", OperatorWord, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/reasonml.go:31:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/reasonml.go-32-			{`\b(and|asr|land|lor|lsl|lsr|lxor|mod|or)\b`, OperatorWord, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go-44-			{`@[a-zA-Z_]\w*`, NameVariableInstance, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go:45:			{`\$\w+`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go-46-			{"\\$[!@&`\\'+~=/\\\\,;.<>_*$?:\"^-]", NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go:47:			{`\$-[0adFiIlpvw]`, NameVariableGlobal, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go-48-			{`::`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go-83-			{`#@@?[a-zA-Z_]\w*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go:84:			{`#\$[a-zA-Z_]\w*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/ruby.go-85-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/r/rust.go-32-			{`"(?:\\.|[^\\\r\n"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/rust.go:33:			{`\$([a-zA-Z_]\w*|\(,?|\),?|,?)`, CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/r/rust.go-34-			{Words(``, `\b`, `as`, `box`, `const`, `crate`, `else`, `extern`, `for`, `if`, `impl`, `in`, `loop`, `match`, `move`, `mut`, `pub`, `ref`, `return`, `static`, `super`, `trait`, `unsafe`, `use`, `where`, `while`), Keyword, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go-73-			{`\\\\|\\"|\\\n`, LiteralStringEscape, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go:74:			{`[^$\'\\]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go:75:			{`[$\'\\]`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go-76-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go-80-			{`&`, NameVariable, Push("validvar")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go:81:			{`[^$&"\\]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go:82:			{`[$"\\]`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sas.go-83-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go-33-			{`\+[\w-]+`, NameDecorator, Push("value")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go:34:			{`([!$][\w-]\w*)([ \t]*(?:(?:\|\|)?=|:))`, ByGroups(NameVariable, Operator), Push("value")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go-35-			{`:`, NameAttribute, Push("old-style-attr")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go:36:			{`(?=.+?[=:]([^a-z]|$))`, NameAttribute, Push("new-style-attr")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go-37-			Default(Push("selector")),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go-69-			{`[ \t]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go:70:			{`[!$][\w-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sass.go-71-			{`url\(`, LiteralStringOther, Push("string-url")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-12-	scalaUpper  = "[A-Z\\$_\xc0-\xd6\xd8-\xde\u0100\u0102\u0104\u0106\u0108\u010a\u010c\u010e\u0110\u0112\u0114\u0116\u0118\u011a\u011c\u011e\u0120\u0122\u0124\u0126\u0128\u012a\u012c\u012e\u0130\u0132\u0134\u0136\u0139\u013b\u013d\u013f\u0141\u0143\u0145\u0147\u014a\u014c\u014e\u0150\u0152\u0154\u0156\u0158\u015a\u015c\u015e\u0160\u0162\u0164\u0166\u0168\u016a\u016c\u016e\u0170\u0172\u0174\u0176\u0178-\u0179\u017b\u017d\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018b\u018e-\u0191\u0193-\u0194\u0196-\u0198\u019c-\u019d\u019f-\u01a0\u01a2\u01a4\u01a6-\u01a7\u01a9\u01ac\u01ae-\u01af\u01b1-\u01b3\u01b5\u01b7-\u01b8\u01bc\u01c4\u01c7\u01ca\u01cd\u01cf\u01d1\u01d3\u01d5\u01d7\u01d9\u01db\u01de\u01e0\u01e2\u01e4\u01e6\u01e8\u01ea\u01ec\u01ee\u01f1\u01f4\u01f6-\u01f8\u01fa\u01fc\u01fe\u0200\u0202\u0204\u0206\u0208\u020a\u020c\u020e\u0210\u0212\u0214\u0216\u0218\u021a\u021c\u021e\u0220\u0222\u0224\u0226\u0228\u022a\u022c\u022e\u0230\u0232\u023a-\u023b\u023d-\u023e\u0241\u0243-\u0246\u0248\u024a\u024c\u024e\u0370\u0372\u0376\u0386\u0388-\u038f\u0391-\u03ab\u03cf\u03d2-\u03d4\u03d8\u03da\u03dc\u03de\u03e0\u03e2\u03e4\u03e6\u03e8\u03ea\u03ec\u03ee\u03f4\u03f7\u03f9-\u03fa\u03fd-\u042f\u0460\u0462\u0464\u0466\u0468\u046a\u046c\u046e\u0470\u0472\u0474\u0476\u0478\u047a\u047c\u047e\u0480\u048a\u048c\u048e\u0490\u0492\u0494\u0496\u0498\u049a\u049c\u049e\u04a0\u04a2\u04a4\u04a6\u04a8\u04aa\u04ac\u04ae\u04b0\u04b2\u04b4\u04b6\u04b8\u04ba\u04bc\u04be\u04c0-\u04c1\u04c3\u04c5\u04c7\u04c9\u04cb\u04cd\u04d0\u04d2\u04d4\u04d6\u04d8\u04da\u04dc\u04de\u04e0\u04e2\u04e4\u04e6\u04e8\u04ea\u04ec\u04ee\u04f0\u04f2\u04f4\u04f6\u04f8\u04fa\u04fc\u04fe\u0500\u0502\u0504\u0506\u0508\u050a\u050c\u050e\u0510\u0512\u0514\u0516\u0518\u051a\u051c\u051e\u0520\u0522\u0531-\u0556\u10a0-\u10c5\u1e00\u1e02\u1e04\u1e06\u1e08\u1e0a\u1e0c\u1e0e\u1e10\u1e12\u1e14\u1e16\u1e18\u1e1a\u1e1c\u1e1e\u1e20\u1e22\u1e24\u1e26\u1e28\u1e2a\u1e2c\u1e2e\u1e30\u1e32\u1e34\u1e36\u1e38\u1e3a\u1e3c\u1e3e\u1e40\u1e42\u1e44\u1e46\u1e48\u1e4a\u1e4c\u1e4e\u1e50\u1e52\u1e54\u1e56\u1e58\u1e5a\u1e5c\u1e5e\u1e60\u1e62\u1e64\u1e66\u1e68\u1e6a\u1e6c\u1e6e\u1e70\u1e72\u1e74\u1e76\u1e78\u1e7a\u1e7c\u1e7e\u1e80\u1e82\u1e84\u1e86\u1e88\u1e8a\u1e8c\u1e8e\u1e90\u1e92\u1e94\u1e9e\u1ea0\u1ea2\u1ea4\u1ea6\u1ea8\u1eaa\u1eac\u1eae\u1eb0\u1eb2\u1eb4\u1eb6\u1eb8\u1eba\u1ebc\u1ebe\u1ec0\u1ec2\u1ec4\u1ec6\u1ec8\u1eca\u1ecc\u1ece\u1ed0\u1ed2\u1ed4\u1ed6\u1ed8\u1eda\u1edc\u1ede\u1ee0\u1ee2\u1ee4\u1ee6\u1ee8\u1eea\u1eec\u1eee\u1ef0\u1ef2\u1ef4\u1ef6\u1ef8\u1efa\u1efc\u1efe\u1f08-\u1f0f\u1f18-\u1f1d\u1f28-\u1f2f\u1f38-\u1f3f\u1f48-\u1f4d\u1f59-\u1f5f\u1f68-\u1f6f\u1fb8-\u1fbb\u1fc8-\u1fcb\u1fd8-\u1fdb\u1fe8-\u1fec\u1ff8-\u1ffb\u2102\u2107\u210b-\u210d\u2110-\u2112\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u2130-\u2133\u213e-\u213f\u2145\u2183\u2c00-\u2c2e\u2c60\u2c62-\u2c64\u2c67\u2c69\u2c6b\u2c6d-\u2c6f\u2c72\u2c75\u2c80\u2c82\u2c84\u2c86\u2c88\u2c8a\u2c8c\u2c8e\u2c90\u2c92\u2c94\u2c96\u2c98\u2c9a\u2c9c\u2c9e\u2ca0\u2ca2\u2ca4\u2ca6\u2ca8\u2caa\u2cac\u2cae\u2cb0\u2cb2\u2cb4\u2cb6\u2cb8\u2cba\u2cbc\u2cbe\u2cc0\u2cc2\u2cc4\u2cc6\u2cc8\u2cca\u2ccc\u2cce\u2cd0\u2cd2\u2cd4\u2cd6\u2cd8\u2cda\u2cdc\u2cde\u2ce0\u2ce2\ua640\ua642\ua644\ua646\ua648\ua64a\ua64c\ua64e\ua650\ua652\ua654\ua656\ua658\ua65a\ua65c\ua65e\ua662\ua664\ua666\ua668\ua66a\ua66c\ua680\ua682\ua684\ua686\ua688\ua68a\ua68c\ua68e\ua690\ua692\ua694\ua696\ua722\ua724\ua726\ua728\ua72a\ua72c\ua72e\ua732\ua734\ua736\ua738\ua73a\ua73c\ua73e\ua740\ua742\ua744\ua746\ua748\ua74a\ua74c\ua74e\ua750\ua752\ua754\ua756\ua758\ua75a\ua75c\ua75e\ua760\ua762\ua764\ua766\ua768\ua76a\ua76c\ua76e\ua779\ua77b\ua77d-\ua77e\ua780\ua782\ua784\ua786\ua78b\uff21-\uff3a]"
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go:13:	scalaLetter = `[a-zA-Z\\$_ªµºÀ-ÖØ-öø-ʯͰ-ͳͶ-ͷͻ-ͽΆΈ-ϵϷ-ҁҊ-Ֆա-ևא-ײء-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪऄ-हऽॐक़-ॡॲ-ॿঅ-হঽৎড়-ৡৰ-ৱਅ-ਹਖ਼-ਫ਼ੲ-ੴઅ-હઽૐ-ૡଅ-ହଽଡ଼-ୡୱஃ-ஹௐఅ-ఽౘ-ౡಅ-ಹಽೞ-ೡഅ-ഽൠ-ൡൺ-ൿඅ-ෆก-ะา-ำเ-ๅກ-ະາ-ຳຽ-ໄໜ-ༀཀ-ཬྈ-ྋက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎႠ-ჺᄀ-ፚᎀ-ᎏᎠ-ᙬᙯ-ᙶᚁ-ᚚᚠ-ᛪᛮ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝰក-ឳៜᠠ-ᡂᡄ-ᢨᢪ-ᤜᥐ-ᦩᧁ-ᧇᨀ-ᨖᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᰀ-ᰣᱍ-ᱏᱚ-ᱷᴀ-ᴫᵢ-ᵷᵹ-ᶚḀ-ᾼιῂ-ῌῐ-Ίῠ-Ῥῲ-ῼⁱⁿℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⱼⲀ-ⳤⴀ-ⵥⶀ-ⷞ〆-〇〡-〩〸-〺〼ぁ-ゖゟァ-ヺヿ-ㆎㆠ-ㆷㇰ-ㇿ㐀-䶵一-ꀔꀖ-ꒌꔀ-ꘋꘐ-ꘟꘪ-ꙮꚀ-ꚗꜢ-ꝯꝱ-ꞇꞋ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꤊ-ꤥꤰ-ꥆꨀ-ꨨꩀ-ꩂꩄ-ꩋ가-힣豈-יִײַ-ﬨשׁ-ﴽﵐ-ﷻﹰ-ﻼA-Za-zヲ-ッア-ンᅠ-ᅵ]`
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-14-	scalaIDRest = fmt.Sprintf(`%s(?:%s|[0-9])*(?:(?<=_)%s)?`, scalaLetter, scalaLetter, scalaOp)
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-32-			{`@` + scalaIDRest, NameDecorator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go:33:			{`(abstract|ca(?:se|tch)|d(?:ef|o)|e(?:lse|xtends)|f(?:inal(?:ly)?|or(?:Some)?)|i(?:f|mplicit)|lazy|match|new|override|pr(?:ivate|otected)|re(?:quires|turn)|s(?:ealed|uper)|t(?:h(?:is|row)|ry)|va[lr]|w(?:hile|ith)|yield)\b|(<[%:-]|=>|>:|[#=@_⇒←])(\b|(?=\s)|$)`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-34-			{`:(?!` + scalaOp + `%s)`, Keyword, Push("type")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-90-		"interpstringcommon": {
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go:91:			{`[^"$\\]+`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go:92:			{`\$\$`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-93-			{`\$` + scalaLetter + `(?:` + scalaLetter + `|\d)*`, LiteralStringInterpol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go:94:			{`\$\{`, LiteralStringInterpol, Push("interpbrace")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scala.go-95-			{`\\.`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go-27-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:28:			{`'[\w!$%&*+,/:<=>?@^~|-]+`, LiteralStringSymbol, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:29:			{`#\\([()/'\"._!§$%& ?=+-]|[a-zA-Z0-9]+)`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go-30-			{`(#t|#f)`, NameConstant, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go-32-			{`(lambda |define |if |else |cond |and |or |case |let |let\* |letrec |begin |do |delay |set\! |\=\> |quote |quasiquote |unquote |unquote\-splicing |define\-syntax |let\-syntax |letrec\-syntax |syntax\-rules )`, Keyword, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:33:			{`(?<='\()[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:34:			{`(?<=#\()[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go-35-			{`(?<=\()(\* |\+ |\- |\/ |\< |\<\= |\= |\> |\>\= |abs |acos |angle |append |apply |asin |assoc |assq |assv |atan |boolean\? |caaaar |caaadr |caaar |caadar |caaddr |caadr |caar |cadaar |cadadr |cadar |caddar |cadddr |caddr |cadr |call\-with\-current\-continuation |call\-with\-input\-file |call\-with\-output\-file |call\-with\-values |call\/cc |car |cdaaar |cdaadr |cdaar |cdadar |cdaddr |cdadr |cdar |cddaar |cddadr |cddar |cdddar |cddddr |cdddr |cddr |cdr |ceiling |char\-\>integer |char\-alphabetic\? |char\-ci\<\=\? |char\-ci\<\? |char\-ci\=\? |char\-ci\>\=\? |char\-ci\>\? |char\-downcase |char\-lower\-case\? |char\-numeric\? |char\-ready\? |char\-upcase |char\-upper\-case\? |char\-whitespace\? |char\<\=\? |char\<\? |char\=\? |char\>\=\? |char\>\? |char\? |close\-input\-port |close\-output\-port |complex\? |cons |cos |current\-input\-port |current\-output\-port |denominator |display |dynamic\-wind |eof\-object\? |eq\? |equal\? |eqv\? |eval |even\? |exact\-\>inexact |exact\? |exp |expt |floor |for\-each |force |gcd |imag\-part |inexact\-\>exact |inexact\? |input\-port\? |integer\-\>char |integer\? |interaction\-environment |lcm |length |list |list\-\>string |list\-\>vector |list\-ref |list\-tail |list\? |load |log |magnitude |make\-polar |make\-rectangular |make\-string |make\-vector |map |max |member |memq |memv |min |modulo |negative\? |newline |not |null\-environment |null\? |number\-\>string |number\? |numerator |odd\? |open\-input\-file |open\-output\-file |output\-port\? |pair\? |peek\-char |port\? |positive\? |procedure\? |quotient |rational\? |rationalize |read |read\-char |real\-part |real\? |remainder |reverse |round |scheme\-report\-environment |set\-car\! |set\-cdr\! |sin |sqrt |string |string\-\>list |string\-\>number |string\-\>symbol |string\-append |string\-ci\<\=\? |string\-ci\<\? |string\-ci\=\? |string\-ci\>\=\? |string\-ci\>\? |string\-copy |string\-fill\! |string\-length |string\-ref |string\-set\! |string\<\=\? |string\<\? |string\=\? |string\>\=\? |string\>\? |string\? |substring |symbol\-\>string |symbol\? |tan |transcript\-off |transcript\-on |truncate |values |vector |vector\-\>list |vector\-fill\! |vector\-length |vector\-ref |vector\-set\! |vector\? |with\-input\-from\-file |with\-output\-to\-file |write |write\-char |zero\? )`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:36:			{`(?<=\()[\w!$%&*+,/:<=>?@^~|-]+`, NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go:37:			{`[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scheme.go-38-			{`(\(|\))`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go-31-			{`@[\w-]+`, Keyword, Push("selector")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go:32:			{`(\$[\w-]*\w)([ \t]*:)`, ByGroups(NameVariable, Operator), Push("value")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go-33-			Default(Push("selector")),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go-47-			{`[ \t]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go:48:			{`[!$][\w-]+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/scss.go-49-			{`url\(`, LiteralStringOther, Push("string-url")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go-39-			{`'(''|[^'])*'`, LiteralString, Push("afterobject")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go:40:			{`\$.`, LiteralStringChar, Push("afterobject")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go-41-			{`#\(`, LiteralStringSymbol, Push("parenth")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go-49-			{`'(''|[^'])*'`, LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go:50:			{`\$.`, LiteralStringChar, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smalltalk.go-51-			{`#*\(`, LiteralStringSymbol, Push("inner_parenth")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/smarty.go-30-			{`#[a-zA-Z_]\w*#`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smarty.go:31:			{`\$[a-zA-Z_]\w*(\.\w+)*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/smarty.go-32-			{`[~!%^&*()+=|\[\]:;,.<>/?@-]`, Operator, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sml.go-124-			{"([a-zA-Z][\\w']*)(\\s*)(=(?![!%&$#+\\-/:<=>?@\\\\~`^|*]+))", ByGroups(NameVariable, Text, Punctuation), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sml.go:125:			{"([!%&$#+\\-/:<=>?@\\\\~`^|*]+)(\\s*)(=(?![!%&$#+\\-/:<=>?@\\\\~`^|*]+))", ByGroups(NameVariable, Text, Punctuation), Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sml.go-126-			{`([a-zA-Z][\w']*)`, NameVariable, Pop(1)},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go-21-			{`END\s*\n`, NameLabel, Push("heredoc")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go:22:			{`[A-Za-z$][\w$]*`, NameLabel, Push("statement")},
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go-23-			{`\s+`, Text, Push("statement")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go-29-			{`[A-Za-z][\w.]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go:30:			{`\*\*|[?$.!%*/#+\-@|&\\=]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/snobol.go-31-			{`"[^"]*"`, LiteralString, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sparql.go-22-			{`(_:[0-9a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_](?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.]*[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀])?)`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sparql.go:23:			{`[?$][0-9a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_][a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9·̀-ͯ‿-⁀]*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sparql.go:24:			{`([a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�](?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.]*[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀])?)?(\:)((?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_:0-9]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%]))(?:(?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.:]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%]))*(?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀:]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%])))?)?`, ByGroups(NameNamespace, Punctuation, NameTag), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sparql.go-25-			{`((?i)str|lang|langmatches|datatype|bound|iri|uri|bnode|rand|abs|ceil|floor|round|concat|strlen|ucase|lcase|encode_for_uri|contains|strstarts|strends|strbefore|strafter|year|month|day|hours|minutes|seconds|timezone|tz|now|md5|sha1|sha256|sha384|sha512|coalesce|if|strlang|strdt|sameterm|isiri|isuri|isblank|isliteral|isnumeric|regex|substr|replace|exists|not\s+exists|count|sum|min|max|avg|sample|group_concat|separator)\b`, NameFunction, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/sql.go-28-			{`[0-9]+`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sql.go:29:			{`[a-z_][\w$]*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/sql.go-30-			{`[;:()\[\],.]`, Punctuation, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/swift.go-25-			{Words(``, `\b`, `abs`, `advance`, `alignof`, `alignofValue`, `assert`, `assertionFailure`, `contains`, `count`, `countElements`, `debugPrint`, `debugPrintln`, `distance`, `dropFirst`, `dropLast`, `dump`, `enumerate`, `equal`, `extend`, `fatalError`, `filter`, `find`, `first`, `getVaList`, `indices`, `insert`, `isEmpty`, `join`, `last`, `lazy`, `lexicographicalCompare`, `map`, `max`, `maxElement`, `min`, `minElement`, `numericCast`, `overlaps`, `partition`, `precondition`, `preconditionFailure`, `prefix`, `print`, `println`, `reduce`, `reflect`, `removeAll`, `removeAtIndex`, `removeLast`, `removeRange`, `reverse`, `sizeof`, `sizeofValue`, `sort`, `sorted`, `splice`, `split`, `startsWith`, `stride`, `strideof`, `strideofValue`, `suffix`, `swap`, `toDebugString`, `toString`, `transcode`, `underestimateCount`, `unsafeAddressOf`, `unsafeBitCast`, `unsafeDowncast`, `withExtendedLifetime`, `withUnsafeMutablePointer`, `withUnsafeMutablePointers`, `withUnsafePointer`, `withUnsafePointers`, `withVaList`), NameBuiltinPseudo, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/swift.go:26:			{`\$\d+`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/swift.go-27-			{`0b[01_]+`, LiteralNumberBin, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go-44-			{Words(``, `\b`, "`__FILE__", "`__LINE__", "`begin_keywords", "`celldefine", "`default_nettype", "`define", "`else", "`elsif", "`end_keywords", "`endcelldefine", "`endif", "`ifdef", "`ifndef", "`include", "`line", "`nounconnected_drive", "`pragma", "`resetall", "`timescale", "`unconnected_drive", "`undef", "`undefineall"), CommentPreproc, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go:45:			{Words(``, `\b`, `$display`, `$displayb`, `$displayh`, `$displayo`, `$dumpall`, `$dumpfile`, `$dumpflush`, `$dumplimit`, `$dumpoff`, `$dumpon`, `$dumpports`, `$dumpportsall`, `$dumpportsflush`, `$dumpportslimit`, `$dumpportsoff`, `$dumpportson`, `$dumpvars`, `$fclose`, `$fdisplay`, `$fdisplayb`, `$fdisplayh`, `$fdisplayo`, `$feof`, `$ferror`, `$fflush`, `$fgetc`, `$fgets`, `$finish`, `$fmonitor`, `$fmonitorb`, `$fmonitorh`, `$fmonitoro`, `$fopen`, `$fread`, `$fscanf`, `$fseek`, `$fstrobe`, `$fstrobeb`, `$fstrobeh`, `$fstrobeo`, `$ftell`, `$fwrite`, `$fwriteb`, `$fwriteh`, `$fwriteo`, `$monitor`, `$monitorb`, `$monitorh`, `$monitoro`, `$monitoroff`, `$monitoron`, `$plusargs`, `$random`, `$readmemb`, `$readmemh`, `$rewind`, `$sformat`, `$sformatf`, `$sscanf`, `$strobe`, `$strobeb`, `$strobeh`, `$strobeo`, `$swrite`, `$swriteb`, `$swriteh`, `$swriteo`, `$test`, `$ungetc`, `$value$plusargs`, `$write`, `$writeb`, `$writeh`, `$writememb`, `$writememh`, `$writeo`), NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go-46-			{`(class)(\s+)`, ByGroups(Keyword, Text), Push("classname")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go-48-			{`[a-zA-Z_]\w*:(?!:)`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go:49:			{`\$?[a-zA-Z_]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/s/systemverilog.go-50-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tablegen.go-21-			Include("keyword"),
golang-github-alecthomas-chroma-0.8.1/lexers/t/tablegen.go:22:			{`\$[_a-zA-Z][_\w]*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tablegen.go-23-			{`\d*[_a-zA-Z][_\w]*`, NameVariable, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-7-
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:8:// Tasm lexer.
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:9:var Tasm = internal.Register(MustNewLexer(
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-10-	&Config{
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-20-			Include("whitespace"),
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:21:			{`[@a-z$._?][\w$.?#@~]*:`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-22-			{`BITS|USE16|USE32|SECTION|SEGMENT|ABSOLUTE|EXTERN|GLOBAL|ORG|ALIGN|STRUC|ENDSTRUC|ENDS|COMMON|CPU|GROUP|UPPERCASE|INCLUDE|EXPORT|LIBRARY|MODULE|PROC|ENDP|USES|ARG|DATASEG|UDATASEG|END|IDEAL|P386|MODEL|ASSUME|CODESEG|SIZE`, Keyword, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:23:			{`([@a-z$._?][\w$.?#@~]*)(\s+)(db|dd|dw|T[A-Z][a-z]+)`, ByGroups(NameConstant, KeywordDeclaration, KeywordDeclaration), Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-24-			{`(?:res|d)[bwdqt]|times`, KeywordDeclaration, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:25:			{`[@a-z$._?][\w$.?#@~]*`, NameFunction, Push("instruction-args")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-26-			{`[\r\n]+`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-29-			{"\"(\\\\\"|[^\"\\n])*\"|'(\\\\'|[^'\\n])*'|`(\\\\`|[^`\\n])*`", LiteralString, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:30:			{`(?:0x[0-9a-f]+|$0[0-9a-f]*|[0-9]+[0-9a-f]*h)`, LiteralNumberHex, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-31-			{`[0-7]+q`, LiteralNumberOct, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-36-			{`r[0-9][0-5]?[bwd]|[a-d][lh]|[er]?[a-d]x|[er]?[sb]p|[er]?[sd]i|[c-gs]s|st[0-7]|mm[0-7]|cr[0-4]|dr[0-367]|tr[3-7]`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:37:			{`[@a-z$._?][\w$.?#@~]*`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-38-			{`(\\\s*)(;.*)([\r\n])`, ByGroups(Text, CommentSingle, Text), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-55-			{`[&|^<>+*=/%~-]+`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go:56:			{`[$]+`, KeywordConstant, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tasm.go-57-			{`seg|wrt|strict`, OperatorWord, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcl.go-60-			{`\d+`, LiteralNumberInteger, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcl.go:61:			{`\$([\w.:-]+)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcl.go-62-			{`([\w.:-]+)`, Text, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go-18-			Include("basic"),
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go:19:			{`\$\(`, Keyword, Push("paren")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go:20:			{`\$\{#?`, Keyword, Push("curly")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go-21-			{"`", LiteralStringBacktick, Push("backticks")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go-39-			{`\d+(?= |\Z)`, LiteralNumber, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go:40:			{`\$#?(\w+|.)`, NameVariable, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tcsh.go-41-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/terraform.go-50-			{`\\\\"`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/terraform.go:51:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/terraform.go-52-			{`\$`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/terraform.go:53:			{`[^"\\\\$]+`, LiteralStringDouble, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/terraform.go-54-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-24-			{`\\\(`, LiteralString, Push("inlinemath")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go:25:			{`\$\$`, LiteralStringBacktick, Push("displaymath")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-26-			{`\$`, LiteralString, Push("inlinemath")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-29-			Include("general"),
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go:30:			{`[^\\$%&_^{}]+`, Text, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-31-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-36-			{`[-=!+*/()\[\]]`, Operator, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go:37:			{`[^=!+*/()\[\]\\$%&_^{}0-9-]+`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-38-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-45-			{`\\\]`, LiteralString, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go:46:			{`\$\$`, LiteralString, Pop(1)},
golang-github-alecthomas-chroma-0.8.1/lexers/t/tex.go-47-			{`\$`, NameBuiltin, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/thrift.go-23-			{`(enum|union|struct|service|exception)(\s+)`, ByGroups(KeywordDeclaration, TextWhitespace), Push("class")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/thrift.go:24:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/thrift.go-25-			Include("keywords"),
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go-19-			{`\s+`, TextWhitespace, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go:20:			{`--(?m).*?$\n?`, CommentSingle, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go-21-			{`/\*`, CommentMultiline, Push("multiline-comments")},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go-26-			{Words(``, `\b`, `bigint`, `binary`, `bit`, `char`, `cursor`, `date`, `datetime`, `datetime2`, `datetimeoffset`, `decimal`, `float`, `hierarchyid`, `image`, `int`, `money`, `nchar`, `ntext`, `numeric`, `nvarchar`, `real`, `smalldatetime`, `smallint`, `smallmoney`, `sql_variant`, `table`, `text`, `time`, `timestamp`, `tinyint`, `uniqueidentifier`, `varbinary`, `varchar`, `xml`), NameClass, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go:27:			{Words(``, `\b`, `$partition`, `abs`, `acos`, `app_name`, `applock_mode`, `applock_test`, `ascii`, `asin`, `assemblyproperty`, `atan`, `atn2`, `avg`, `binary_checksum`, `cast`, `ceiling`, `certencoded`, `certprivatekey`, `char`, `charindex`, `checksum`, `checksum_agg`, `choose`, `col_length`, `col_name`, `columnproperty`, `compress`, `concat`, `connectionproperty`, `context_info`, `convert`, `cos`, `cot`, `count`, `count_big`, `current_request_id`, `current_timestamp`, `current_transaction_id`, `current_user`, `cursor_status`, `database_principal_id`, `databasepropertyex`, `dateadd`, `datediff`, `datediff_big`, `datefromparts`, `datename`, `datepart`, `datetime2fromparts`, `datetimefromparts`, `datetimeoffsetfromparts`, `day`, `db_id`, `db_name`, `decompress`, `degrees`, `dense_rank`, `difference`, `eomonth`, `error_line`, `error_message`, `error_number`, `error_procedure`, `error_severity`, `error_state`, `exp`, `file_id`, `file_idex`, `file_name`, `filegroup_id`, `filegroup_name`, `filegroupproperty`, `fileproperty`, `floor`, `format`, `formatmessage`, `fulltextcatalogproperty`, `fulltextserviceproperty`, `get_filestream_transaction_context`, `getansinull`, `getdate`, `getutcdate`, `grouping`, `grouping_id`, `has_perms_by_name`, `host_id`, `host_name`, `iif`, `index_col`, `indexkey_property`, `indexproperty`, `is_member`, `is_rolemember`, `is_srvrolemember`, `isdate`, `isjson`, `isnull`, `isnumeric`, `json_modify`, `json_query`, `json_value`, `left`, `len`, `log`, `log10`, `lower`, `ltrim`, `max`, `min`, `min_active_rowversion`, `month`, `nchar`, `newid`, `newsequentialid`, `ntile`, `object_definition`, `object_id`, `object_name`, `object_schema_name`, `objectproperty`, `objectpropertyex`, `opendatasource`, `openjson`, `openquery`, `openrowset`, `openxml`, `original_db_name`, `original_login`, `parse`, `parsename`, `patindex`, `permissions`, `pi`, `power`, `pwdcompare`, `pwdencrypt`, `quotename`, `radians`, `rand`, `rank`, `replace`, `replicate`, `reverse`, `right`, `round`, `row_number`, `rowcount_big`, `rtrim`, `schema_id`, `schema_name`, `scope_identity`, `serverproperty`, `session_context`, `session_user`, `sign`, `sin`, `smalldatetimefromparts`, `soundex`, `sp_helplanguage`, `space`, `sqrt`, `square`, `stats_date`, `stdev`, `stdevp`, `str`, `string_escape`, `string_split`, `stuff`, `substring`, `sum`, `suser_id`, `suser_name`, `suser_sid`, `suser_sname`, `switchoffset`, `sysdatetime`, `sysdatetimeoffset`, `system_user`, `sysutcdatetime`, `tan`, `textptr`, `textvalid`, `timefromparts`, `todatetimeoffset`, `try_cast`, `try_convert`, `try_parse`, `type_id`, `type_name`, `typeproperty`, `unicode`, `upper`, `user_id`, `user_name`, `var`, `varp`, `xact_state`, `year`), NameFunction, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/transactsql.go-28-			{`(goto)(\s+)(\w+\b)`, ByGroups(Keyword, TextWhitespace, NameLabel), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-45-			{`(Array|Boolean|Date|Error|Function|Math|Number|Object|Packages|RegExp|String|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:46:			{`\b(module)(\s*)(\s*[\w?.$][\w?.$]*)(\s*)`, ByGroups(KeywordReserved, Text, NameOther, Text), Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-47-			{`\b(string|bool|number|any|never|object|symbol|unique|unknown|bigint)\b`, KeywordType, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-48-			{`\b(constructor|declare|interface|as)\b`, KeywordReserved, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:49:			{`(super)(\s*)(\([\w,?.$\s]+\s*\))`, ByGroups(KeywordReserved, Text), Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:50:			{`([a-zA-Z_?.$][\w?.$]*)\(\) \{`, NameOther, Push("slashstartsregex")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:51:			{`([\w?.$][\w?.$]*)(\s*:\s*)([\w?.$][\w?.$]*)`, ByGroups(NameOther, Text, KeywordType), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:52:			{`[$a-zA-Z_]\w*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-53-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-64-			{"\\\\`", LiteralStringBacktick, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go:65:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typescript.go-66-			{`\$`, LiteralStringBacktick, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-68-		"constant": {
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go:69:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-70-			{`(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-94-			{`(.*)(###\w+###)(.*)`, ByGroups(LiteralString, NameConstant, LiteralString), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go:95:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-96-			{`(.*)(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})(.*)`, ByGroups(LiteralString, LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol, LiteralString), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-118-			{`(.*)(###\w+###)(.*)`, ByGroups(LiteralString, NameConstant, LiteralString), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go:119:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
golang-github-alecthomas-chroma-0.8.1/lexers/t/typoscript.go-120-			{`(.*)(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})(.*)`, ByGroups(LiteralString, LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol, LiteralString), nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/testdata/graphql.actual-3-    name
golang-github-alecthomas-chroma-0.8.1/lexers/testdata/graphql.actual:4:    friends @include(if: $withFriends) {
golang-github-alecthomas-chroma-0.8.1/lexers/testdata/graphql.actual-5-      name
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/v/verilog.go-46-			{`[a-zA-Z_]\w*:(?!:)`, NameLabel, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/v/verilog.go:47:			{`\$?[a-zA-Z_]\w*`, Name, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/v/verilog.go-48-		},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go-53-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go:54:			{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go-55-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go-62-			{"\\\\`", LiteralStringBacktick, nil},
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go:63:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
golang-github-alecthomas-chroma-0.8.1/lexers/v/vue.go-64-			{`\$`, LiteralStringBacktick, nil},
##############################################
golang-github-anacrolix-dms-1.1.0/README.rst-22-
golang-github-anacrolix-dms-1.1.0/README.rst:23:Assuming ``$GOPATH`` and Go have been configured already::
golang-github-anacrolix-dms-1.1.0/README.rst-24-
##############################################
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go-115-func (me *Server) httpPort() int {
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go:116:	return me.HTTPConn.Addr().(*net.TCPAddr).Port
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go-117-}
##############################################
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go-856-	srv.rootDescXML = append([]byte(`<?xml version="1.0"?>`), srv.rootDescXML...)
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go:857:	log.Println("HTTP srv on", srv.HTTPConn.Addr())
golang-github-anacrolix-dms-1.1.0/dlna/dms/dms.go-858-	srv.initMux(srv.httpServeMux)
##############################################
golang-github-anacrolix-dms-1.1.0/ssdp/ssdp.go-32-	var err error
golang-github-anacrolix-dms-1.1.0/ssdp/ssdp.go:33:	NetAddr, err = net.ResolveUDPAddr("udp4", AddrString)
golang-github-anacrolix-dms-1.1.0/ssdp/ssdp.go-34-	if err != nil {
##############################################
golang-github-appc-docker2aci-0.17.2+dfsg/debian/rules-8-	## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
golang-github-appc-docker2aci-0.17.2+dfsg/debian/rules:9:	$(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
golang-github-appc-docker2aci-0.17.2+dfsg/debian/rules-10-	-find vendor -type d -empty -delete -print
##############################################
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-104-
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md:105:#### Execution Environment
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-106-
##############################################
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-474-
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md:475:Retrievable at `$AC_METADATA_URL/acMetadata/v1/pod`
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-476-
##############################################
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-487-
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md:488:Retrievable at `$AC_METADATA_URL/acMetadata/v1/apps/$AC_APP_NAME/`
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-489-
##############################################
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-500-
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md:501:Accessible at `$AC_METADATA_URL/acMetadata/v1/pod/hmac`
golang-github-appc-spec-0.8.11+dfsg/spec/ace.md-502-
##############################################
golang-github-appc-spec-0.8.11+dfsg/debian/rules-15-	## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
golang-github-appc-spec-0.8.11+dfsg/debian/rules:16:	$(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
golang-github-appc-spec-0.8.11+dfsg/debian/rules-17-	-find vendor -mindepth 1 -type d -empty -delete -printf 'removed %p\n'
##############################################
golang-github-canonical-go-dqlite-1.8.0/app/app.go-422-		}
golang-github-canonical-go-dqlite-1.8.0/app/app.go:423:		address := client.RemoteAddr()
golang-github-canonical-go-dqlite-1.8.0/app/app.go-424-		a.debug("new connection from %s", address)
##############################################
golang-github-canonical-go-dqlite-1.8.0/internal/bindings/server_test.go-139-
golang-github-canonical-go-dqlite-1.8.0/internal/bindings/server_test.go:140:// 	conn, err := net.Dial("unix", listener.Addr().String())
golang-github-canonical-go-dqlite-1.8.0/internal/bindings/server_test.go-141-// 	require.NoError(t, err)
##############################################
golang-github-canonical-go-dqlite-1.8.0/internal/protocol/connector_test.go-119-
golang-github-canonical-go-dqlite-1.8.0/internal/protocol/connector_test.go:120:	store := newStore(t, []string{listener.Addr().String()})
golang-github-canonical-go-dqlite-1.8.0/internal/protocol/connector_test.go-121-	config := protocol.Config{
##############################################
golang-github-cheekybits-genny-1.0.0/README.md-75-  * The output file will be overwritten, so it's safe to call `go generate` many times
golang-github-cheekybits-genny-1.0.0/README.md:76:  * Use `$GOFILE` to refer to the current file
golang-github-cheekybits-genny-1.0.0/README.md-77-  * The `//go:generate` line will be removed from the output
##############################################
golang-github-containernetworking-plugins-0.8.7/RELEASING.md-21-1. Make sure you are on the master branch and don't have any local uncommitted changes.
golang-github-containernetworking-plugins-0.8.7/RELEASING.md:22:1. Create a signed tag for the release `git tag -s $VERSION` (Ensure that GPG keys are created and added to GitHub)
golang-github-containernetworking-plugins-0.8.7/RELEASING.md-23-1. Run the release script from the root of the repository
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go-199-// DelLinkByNameAddr remove an interface and returns its addresses
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go:200:func DelLinkByNameAddr(ifName string) ([]*net.IPNet, error) {
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go-201-	iface, err := netlink.LinkByName(ifName)
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go-243-			}
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go:244:			if err = netlink.LinkSetHardwareAddr(iface, hwAddr); err != nil {
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux.go-245-				return fmt.Errorf("failed to add hardware addr to %q: %v", ifName, err)
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-32-
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:33:func getHwAddr(linkname string) string {
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-34-	veth, err := netlink.LinkByName(linkname)
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-175-				// This string should match the expected error codes in the cmdDel functions of some of the plugins
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:176:				_, err := ip.DelLinkByNameAddr("THIS_DONT_EXIST")
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-177-				Expect(err).To(Equal(ip.ErrLinkNotFound))
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-266-			// this will delete the host endpoint too
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:267:			addr, err := ip.DelLinkByNameAddr(containerVethName)
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-268-			Expect(err).NotTo(HaveOccurred())
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-279-			var err error
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:280:			hwaddrBefore := getHwAddr(containerVethName)
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-281-
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-283-			Expect(err).NotTo(HaveOccurred())
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:284:			hwaddrAfter1 := getHwAddr(containerVethName)
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-285-
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-299-			Expect(err).NotTo(HaveOccurred())
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:300:			hwaddrAfter1 := getHwAddr(containerVethName)
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-301-
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-303-			Expect(err).NotTo(HaveOccurred())
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go:304:			hwaddrAfter2 := getHwAddr(containerVethName)
golang-github-containernetworking-plugins-0.8.7/pkg/ip/link_linux_test.go-305-
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/testutils/echosvr/main.go-23-	}
golang-github-containernetworking-plugins-0.8.7/pkg/testutils/echosvr/main.go:24:	_, port, err := net.SplitHostPort(listener.Addr().String())
golang-github-containernetworking-plugins-0.8.7/pkg/testutils/echosvr/main.go-25-	if err != nil {
##############################################
golang-github-containernetworking-plugins-0.8.7/pkg/utils/hwaddr/hwaddr_suite_test.go-23-
golang-github-containernetworking-plugins-0.8.7/pkg/utils/hwaddr/hwaddr_suite_test.go:24:func TestHwaddr(t *testing.T) {
golang-github-containernetworking-plugins-0.8.7/pkg/utils/hwaddr/hwaddr_suite_test.go-25-	RegisterFailHandler(Fail)
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/dhcp_test.go-70-		&lp,
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/dhcp_test.go:71:		dhcp4server.SetLocalAddr(net.UDPAddr{IP: net.IPv4(0, 0, 0, 0), Port: 67}),
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/dhcp_test.go:72:		dhcp4server.SetRemoteAddr(net.UDPAddr{IP: net.IPv4bcast, Port: 68}),
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/dhcp_test.go-73-		dhcp4server.LeaseDuration(time.Minute*15),
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go-298-	return &net.IPNet{
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go:299:		IP:   l.ack.YIAddr(),
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go-300-		Mask: mask,
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go-370-	return dhcp4client.New(
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go:371:		dhcp4client.HardwareAddr(link.Attrs().HardwareAddr),
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/dhcp/lease.go-372-		dhcp4client.Timeout(5*time.Second),
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/host-local/README.md-137-
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/host-local/README.md:138:Allocated IP addresses are stored as files in `/var/lib/cni/networks/$NETWORK_NAME`.
golang-github-containernetworking-plugins-0.8.7/plugins/ipam/host-local/README.md-139-The path can be customized with the `dataDir` option listed above. Environments
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-152-
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:153:func ensureAddr(br netlink.Link, family int, ipn *net.IPNet, forceAddress bool) error {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-154-	addrs, err := netlink.AddrList(br, family)
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-172-			if forceAddress {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:173:				if err = deleteAddr(br, a.IPNet); err != nil {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-174-					return err
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-188-	// lowest-numbered mac on the bridge, and will change as ifs churn
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:189:	if err := netlink.LinkSetHardwareAddr(br, br.Attrs().HardwareAddr); err != nil {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-190-		return fmt.Errorf("could not set bridge's mac: %v", err)
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-195-
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:196:func deleteAddr(br netlink.Link, ipn *net.IPNet) error {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-197-	addr := &netlink.Addr{IPNet: ipn, Label: ""}
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-528-
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:529:						err = ensureAddr(vlanIface, gws.family, &gw, n.ForceAddress)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-530-						if err != nil {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-533-					} else {
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:534:						err = ensureAddr(br, gws.family, &gw, n.ForceAddress)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-535-						if err != nil {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-603-		var err error
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go:604:		ipnets, err = ip.DelLinkByNameAddr(args.IfName)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge.go-605-		if err != nil && err == ip.ErrLinkNotFound {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1440-				// Set first address on bridge
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go:1441:				err = ensureAddr(bridge, family, &gwnFirst, conf.ForceAddress)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1442-				Expect(err).NotTo(HaveOccurred())
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1446-				// with ForceAddress set to false.
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go:1447:				err = ensureAddr(bridge, family, &gwnSecond, false)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1448-				if family == netlink.FAMILY_V4 || subnetsOverlap {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1462-				// with ForceAddress set to true.
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go:1463:				err = ensureAddr(bridge, family, &gwnSecond, true)
golang-github-containernetworking-plugins-0.8.7/plugins/main/bridge/bridge_test.go-1464-				Expect(err).NotTo(HaveOccurred())
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go-175-		if err = netlink.AddrAdd(veth, addr); err != nil {
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go:176:			return fmt.Errorf("failed to add IP addr (%#v) to veth: %v", ipn, err)
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go-177-		}
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go-286-		var err error
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go:287:		ipnets, err = ip.DelLinkByNameAddr(args.IfName)
golang-github-containernetworking-plugins-0.8.7/plugins/main/ptp/ptp.go-288-		if err != nil && err == ip.ErrLinkNotFound {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/main/windows/win-overlay/README.md-28-* `type` (string, required): "win-overlay".
golang-github-containernetworking-plugins-0.8.7/plugins/main/windows/win-overlay/README.md:29:* `ipMasq` (bool, optional): the inverse of `$FLANNEL_IPMASQ`, setup NAT for the hnsNetwork subnet.
golang-github-containernetworking-plugins-0.8.7/plugins/main/windows/win-overlay/README.md-30-* `dns` (dictionary, optional): dns config to be used.
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go-146-		}
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go:147:		addr, err := netlink.ParseAddr(localAddr.String())
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go-148-		if err != nil {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go-179-		}
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go:180:		addr, err := netlink.ParseAddr(localAddr.String())
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/bandwidth_suite_test.go-181-		if err != nil {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/ifb_creator.go-45-func TeardownIfb(deviceName string) error {
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/ifb_creator.go:46:	_, err := ip.DelLinkByNameAddr(deviceName)
golang-github-containernetworking-plugins-0.8.7/plugins/meta/bandwidth/ifb_creator.go-47-	if err != nil && err == ip.ErrLinkNotFound {
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-81-* `name`: value of its "name" field.
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:82:* `ipam`: "host-local" type will be used with "subnet" set to `$FLANNEL_SUBNET`.
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-83-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-84-flannel plugin will set the following fields in the delegated plugin configuration if they are not present:
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:85:* `ipMasq`: the inverse of `$FLANNEL_IPMASQ`
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:86:* `mtu`: `$FLANNEL_MTU`
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-87-
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-96-* `type` (string, optional): set to `win-l2bridge` by default. Can be set to `win-overlay` or other custom windows CNI
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:97:* `ipMasq`: the inverse of `$FLANNEL_IPMASQ`
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-98-* `endpointMacPrefix` (string, optional): required for `win-overlay` mode, set to the MAC prefix configured for Flannel  
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-101-For `win-l2bridge`, the Flannel CNI plugin will set:
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:102:* `ipam`: "host-local" type will be used with "subnet" set to `$FLANNEL_SUBNET` and gateway as the .2 address in `$FLANNEL_NETWORK`
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-103-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-104-For `win-overlay`, the Flannel CNI plugin will set:
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md:105:* `ipam`: "host-local" type will be used with "subnet" set to `$FLANNEL_SUBNET` and gateway as the .1 address in `$FLANNEL_NETWORK`
golang-github-containernetworking-plugins-0.8.7/plugins/meta/flannel/README.md-106-
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/portmap/README.md-82-`CNI-HOSTPORT-DNAT` chain:
golang-github-containernetworking-plugins-0.8.7/plugins/meta/portmap/README.md:83:- `${ConditionsV4/6} -p tcp --destination-ports 8080,8043 -j CNI-DN-xxxxxx` (where xxxxxx is a function of the ContainerID and network name)
golang-github-containernetworking-plugins-0.8.7/plugins/meta/portmap/README.md-84-
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-117-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go:118:func changeMacAddr(ifName string, newMacAddr string) error {
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-119-	addr, err := net.ParseMAC(newMacAddr)
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-128-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go:129:	return netlink.LinkSetHardwareAddr(link, addr)
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-130-}
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-131-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go:132:func updateResultsMacAddr(config TuningConf, ifName string, newMacAddr string) {
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-133-	// Parse previous result.
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-208-		if tuningConf.Mac != "" {
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go:209:			if err = changeMacAddr(args.IfName, tuningConf.Mac); err != nil {
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-210-				return err
##############################################
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-218-
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go:219:			updateResultsMacAddr(*tuningConf, args.IfName, tuningConf.Mac)
golang-github-containernetworking-plugins-0.8.7/plugins/meta/tuning/tuning.go-220-		}
##############################################
golang-github-containernetworking-plugins-0.8.7/debian/rules-14-	## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
golang-github-containernetworking-plugins-0.8.7/debian/rules:15:	$(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
golang-github-containernetworking-plugins-0.8.7/debian/rules-16-	-find vendor -mindepth 1 -type d -empty -delete -printf 'removed %p\n'
##############################################
golang-github-containers-buildah-1.15.2/docs/buildah-from.md-19-  **docker://**_docker-reference_ (Default)
golang-github-containers-buildah-1.15.2/docs/buildah-from.md:20:  An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in `$XDG\_RUNTIME\_DIR/containers/auth.json`, which is set using `(buildah login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`.
golang-github-containers-buildah-1.15.2/docs/buildah-from.md-21-  If _docker-reference_ does not include a registry name, *localhost* will be consulted first, followed by any registries named in the registries configuration.
##############################################
golang-github-containers-buildah-1.15.2/docs/buildah-pull.md-18-  **docker://**_docker-reference_ (Default)
golang-github-containers-buildah-1.15.2/docs/buildah-pull.md:19:  An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in `$XDG\_RUNTIME\_DIR/containers/auth.json`, which is set using `(buildah login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`.
golang-github-containers-buildah-1.15.2/docs/buildah-pull.md-20-  If _docker-reference_ does not include a registry name, *localhost* will be consulted first, followed by any registries named in the registries configuration.
##############################################
golang-github-containers-buildah-1.15.2/docs/buildah-push.md-25-  **docker://**_docker-reference_
golang-github-containers-buildah-1.15.2/docs/buildah-push.md:26:  An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in `$XDG\_RUNTIME\_DIR/containers/auth.json`, which is set using `(buildah login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`.
golang-github-containers-buildah-1.15.2/docs/buildah-push.md-27-  If _docker-reference_ does not include a registry name, the image will be pushed to a registry running on *localhost*.
##############################################
golang-github-containers-buildah-1.15.2/docs/buildah.md-58-
golang-github-containers-buildah-1.15.2/docs/buildah.md:59:Storage driver.  The default storage driver for UID 0 is configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode), and is *vfs* for other users.  The `STORAGE_DRIVER` environment variable overrides the default.  The --storage-driver specified driver overrides all.
golang-github-containers-buildah-1.15.2/docs/buildah.md-60-
##############################################
golang-github-containers-buildah-1.15.2/docs/buildah.md-67-
golang-github-containers-buildah-1.15.2/docs/buildah.md:68:Storage driver option, Default storage driver options are configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode). The `STORAGE_OPTS` environment variable overrides the default. The --storage-opt specified options overrides all.
golang-github-containers-buildah-1.15.2/docs/buildah.md-69-
##############################################
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-68-
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md:69:Now running `buildah run $container java` will show that Java has been installed. It will return the standard Java `Usage` output.
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-70-
##############################################
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-88-
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md:89:Its container name is working-container by default and it's stored in the `$newcontainer` variable. Notice the image name (IMAGE NAME) is "scratch". This just indicates that there is no real image yet. i.e. It is containers/storage but there is no representation in containers/image. So when we run:
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-90-
##############################################
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-102-
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md:103:By echoing `$scratchmnt` we can see the path for the [overlay image](https://wiki.archlinux.org/index.php/Overlay_filesystem), which gives you a link directly to the root file system of the container.
golang-github-containers-buildah-1.15.2/docs/tutorials/01-intro.md-104-
##############################################
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-11-read
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:12:echo '[container1=`buildah from ${1:-ubuntu}`]'
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:13:container1=`buildah from ${1:-ubuntu}`
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-14-read
##############################################
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-16-read
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:17:echo '[mountpoint1=`buildah mount $container1`]'
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:18:mountpoint1=`buildah mount $container1`
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-19-read
##############################################
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-43-read
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:44:echo '[container2=`buildah from ${2:-first-new-image}`]'
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:45:container2=`buildah from ${2:-first-new-image}`
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-46-read
##############################################
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-48-read
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:49:echo '[mountpoint2=`buildah mount $container2`]'
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh:50:mountpoint2=`buildah mount $container2`
golang-github-containers-buildah-1.15.2/examples/all-the-things.sh-51-read
##############################################
golang-github-containers-buildah-1.15.2/examples/copy.sh-15-read
golang-github-containers-buildah-1.15.2/examples/copy.sh:16:echo '[container1=`buildah from ${1:-alpine}`]'
golang-github-containers-buildah-1.15.2/examples/copy.sh:17:container1=`buildah from ${1:-alpine}`
golang-github-containers-buildah-1.15.2/examples/copy.sh-18-read
##############################################
golang-github-containers-buildah-1.15.2/examples/copy.sh-20-read
golang-github-containers-buildah-1.15.2/examples/copy.sh:21:echo '[mountpoint1=`buildah mount $container1`]'
golang-github-containers-buildah-1.15.2/examples/copy.sh:22:mountpoint1=`buildah mount $container1`
golang-github-containers-buildah-1.15.2/examples/copy.sh-23-read
##############################################
golang-github-containers-buildah-1.15.2/release.sh-49-	write_changelog &&
golang-github-containers-buildah-1.15.2/release.sh:50:	git commit -asm "Bump to v${VERSION}"
golang-github-containers-buildah-1.15.2/release.sh-51-}
##############################################
golang-github-containers-buildah-1.15.2/release.sh-56-	write_spec_version "${NEXT_VERSION}" &&
golang-github-containers-buildah-1.15.2/release.sh:57:	git commit -asm "Bump to v${NEXT_VERSION}-dev"
golang-github-containers-buildah-1.15.2/release.sh-58-}
##############################################
golang-github-containers-buildah-1.15.2/release.sh-63-	write_makefile_epoch "${LOCAL_EPOCH}" &&
golang-github-containers-buildah-1.15.2/release.sh:64:	git commit -asm 'Bump gitvalidation epoch'
golang-github-containers-buildah-1.15.2/release.sh-65-}
##############################################
golang-github-containers-buildah-1.15.2/tests/validate/git-validation.sh-4-
golang-github-containers-buildah-1.15.2/tests/validate/git-validation.sh:5:REPO_ROOT=`realpath $(dirname $0)/../../`
golang-github-containers-buildah-1.15.2/tests/validate/git-validation.sh-6-TOOL_DIR="$REPO_ROOT/tests/tools/build"
##############################################
golang-github-containers-buildah-1.15.2/troubleshooting.md-107-
golang-github-containers-buildah-1.15.2/troubleshooting.md:108:  * Replace `~` with `$HOME` or the fully specified directory `/home/myusername`.
golang-github-containers-buildah-1.15.2/troubleshooting.md:109:    * `$ sudo buildah push alpine oci:${HOME}/myalpine:latest`
golang-github-containers-buildah-1.15.2/troubleshooting.md-110-
##############################################
golang-github-containers-buildah-1.15.2/.pc/build-with-new-runc.patch/run_linux.go-713-			if err != nil {
golang-github-containers-buildah-1.15.2/.pc/build-with-new-runc.patch/run_linux.go:714:				return 1, errors.Wrapf(err, "error creating socket %q to receive terminal descriptor", consoleListener.Addr())
golang-github-containers-buildah-1.15.2/.pc/build-with-new-runc.patch/run_linux.go-715-			}
##############################################
golang-github-containers-buildah-1.15.2/run_linux.go-713-			if err != nil {
golang-github-containers-buildah-1.15.2/run_linux.go:714:				return 1, errors.Wrapf(err, "error creating socket %q to receive terminal descriptor", consoleListener.Addr())
golang-github-containers-buildah-1.15.2/run_linux.go-715-			}
##############################################
golang-github-containers-storage-1.23.9+dfsg1/Makefile-77-	@for target in linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64 linux/ppc64le darwin/amd64 windows/amd64 ; do \
golang-github-containers-storage-1.23.9+dfsg1/Makefile:78:		os=`echo $${target} | cut -f1 -d/` ; \
golang-github-containers-storage-1.23.9+dfsg1/Makefile:79:		arch=`echo $${target} | cut -f2 -d/` ; \
golang-github-containers-storage-1.23.9+dfsg1/Makefile-80-		suffix=$${os}.$${arch} ; \
##############################################
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-35-  Default directory to store all writable content created by container storage programs.
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:36:  The rootless graphroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-37-
##############################################
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-39-  Storage path for rootless users. By default the graphroot for rootless users
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:40:  is set to `$XDG_DATA_HOME/containers/storage`, if XDG_DATA_HOME is set.
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:41:  Otherwise `$HOME/.local/share/containers/storage` is used.  This field can
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-42-  be used if administrators need to change the storage location for all users.
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:43:  The rootless storage path supports environment variable substitutions (ie. `$HOME/containers/storage`)
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-44-
##############################################
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-49-  Default directory to store all temporary writable content created by container storage programs.
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:50:  The rootless runroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-51-
##############################################
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-227-
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md:228:Distributions often provide a `/usr/share/containers/storage.conf` file to define default storage configuration. Administrators can override this file by creating `/etc/containers/storage.conf` to specify their own configuration. The storage.conf file for rootless users is stored in the `$XDG_CONFIG_HOME/containers/storage.conf` file.  If `$XDG_CONFIG_HOME` is not set then the file `$HOME/.config/containers/storage.conf` is used.
golang-github-containers-storage-1.23.9+dfsg1/docs/containers-storage.conf.5.md-229-
##############################################
golang-github-containers-storage-1.23.9+dfsg1/drivers/windows/windows.go-142-	n := uintptr(unsafe.Pointer(nil))
golang-github-containers-storage-1.23.9+dfsg1/drivers/windows/windows.go:143:	r0, _, _ := syscall.Syscall9(procGetVolumeInformation.Addr(), 8, uintptr(unsafe.Pointer(windows.StringToUTF16Ptr(drive))), n, n, n, n, n, uintptr(unsafe.Pointer(&buf[0])), uintptr(size), 0)
golang-github-containers-storage-1.23.9+dfsg1/drivers/windows/windows.go-144-	if int32(r0) < 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/tests.sh-9-IGNORE_PKGS="(vendor)"
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/tests.sh:10:TESTS=`find . -name \*_test.go | while read a; do dirname $a; done | sort | uniq | egrep -v "$IGNORE_PKGS"`
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/tests.sh-11-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/client.go-130-	c.balancer.mu.RLock()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/client.go:131:	update := !hasAddr(c.balancer.addrs, c.balancer.pinAddr)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/client.go-132-	c.balancer.mu.RUnlock()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go-399-	// Prevent updating pinAddr with a stale address.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:400:	if !hasAddr(b.addrs, addr.Addr) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go-401-		return func(err error) {}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go-576-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:577:func hasAddr(addrs []grpc.Address, targetAddr string) bool {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/clientv3/health_balancer.go-578-	for _, addr := range addrs {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/config.go-293-	state := conn.ConnectionState()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/config.go:294:	remoteAddr := conn.RemoteAddr().String()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/config.go-295-	serverName := state.ServerName
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-123-		sctx.serversC <- &servers{grpc: gs, http: srvhttp}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go:124:		plog.Noticef("serving insecure client requests on %s, this is strongly discouraged!", sctx.l.Addr().String())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-125-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-166-		sctx.serversC <- &servers{secure: true, grpc: gs, http: srv}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go:167:		plog.Infof("serving client requests on %s", sctx.l.Addr().String())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-168-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-218-		if cerr := conn.Close(); cerr != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go:219:			plog.Warningf("failed to close conn to %s: %v", sctx.l.Addr().String(), cerr)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/embed/serve.go-220-		}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/fileutil/lock_windows.go-115-	var reserved uint32 = 0
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/fileutil/lock_windows.go:116:	r1, _, e1 := syscall.Syscall6(procLockFileEx.Addr(), 6, uintptr(h), uintptr(flags), uintptr(reserved), uintptr(locklow), uintptr(lockhigh), uintptr(unsafe.Pointer(ol)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/fileutil/lock_windows.go-117-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go-55-		// Try as a DNS name.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go:56:		ipss, err := net.DefaultResolver.LookupIPAddr(ctx, host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go-57-		if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go-108-	for ctx.Err() == nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go:109:		tcpAddr, err := resolveTCPAddr(ctx, u.Host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go-110-		if err == nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go-73-	// prefsrc not detected, fall back to getting address from iface
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go:74:	ifmsg, ierr := getIfaceAddr(oif, family)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go-75-	if ierr != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go-129-// Used to get an address of interface.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go:130:func getIfaceAddr(idx uint32, family uint8) (*syscall.NetlinkMessage, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/netutil/routes_linux.go-131-	dat, err := syscall.NetlinkRIB(syscall.RTM_GETADDR, int(family))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go-40-	for _, url := range apurls {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go:41:		tcpAddr, err := resolveTCPAddr("tcp", url.Host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go-42-		if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go-56-			host := net.JoinHostPort(srv.Target, port)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go:57:			tcpAddr, terr := resolveTCPAddr("tcp", host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/srv/srv.go-58-			if terr != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-50-		l.Close()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go:51:		return nil, fmt.Errorf("cannot listen on TLS for %s: KeyFile and CertFile are not presented", l.Addr().String())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-52-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-99-	if certs := st.PeerCertificates; len(certs) > 0 {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go:100:		addr := tlsConn.RemoteAddr().String()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-101-		return checkCertSAN(ctx, certs[0], addr)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-232-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go:233:	lnames, lerr := net.DefaultResolver.LookupAddr(ctx, host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/listener_tls.go-234-	for _, name := range lnames {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/unix_listener.go-35-func (ul *unixListener) Close() error {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/unix_listener.go:36:	if err := os.Remove(ul.Addr().String()); err != nil && !os.IsNotExist(err) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/etcd/pkg/transport/unix_listener.go-37-		return err
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go-72-			// Activate TLS only for TCP sockets
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go:73:			if l.Addr().Network() == "tcp" {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go-74-				listeners[i] = tls.NewListener(l, tlsConfig)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go-94-			for i, l := range ll {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go:95:				if l.Addr().Network() == "tcp" {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/coreos/go-systemd/activation/listeners.go-96-					ll[i] = tls.NewListener(l, tlsConfig)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ghodss/yaml/fields.go-25-	// we find them.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ghodss/yaml/fields.go:26:	if v.Kind() != reflect.Ptr && v.Type().Name() != "" && v.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ghodss/yaml/fields.go:27:		v = v.Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ghodss/yaml/fields.go-28-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go-86-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go:87:	if emIn, ok := in.Addr().Interface().(extensionsBytes); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go:88:		emOut := out.Addr().Interface().(extensionsBytes)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go-89-		bIn := emIn.GetExtensions()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go-91-		*bOut = append(*bOut, *bIn...)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go:92:	} else if emIn, ok := extendable(in.Addr().Interface()); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go:93:		emOut, _ := extendable(out.Addr().Interface())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/clone.go-94-		mIn, muIn := emIn.extensionsRead()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go-836-	keyptr := reflect.New(reflect.PtrTo(p.mtype.Key())).Elem() // addressable *K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go:837:	keybase := toStructPointer(keyptr.Addr())                  // **K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go-838-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go-854-		valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go:855:		valbase = toStructPointer(valptr.Addr())                   // **V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/decode.go-856-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1200-	keyptr := reflect.New(reflect.PtrTo(keycopy.Type())).Elem() // addressable *K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1201:	keyptr.Set(keycopy.Addr())                                  //
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1202:	keybase = toStructPointer(keyptr.Addr())                    // **K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1203-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1209-		valcopy = reflect.ValueOf(&dummy).Elem() // addressable []byte
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1210:		valbase = toStructPointer(valcopy.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1211-	case reflect.Ptr:
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1214-		valcopy = reflect.New(mapType.Elem()).Elem() // addressable V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1215:		valbase = toStructPointer(valcopy.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1216-	default:
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1219-		valptr := reflect.New(reflect.PtrTo(valcopy.Type())).Elem() // addressable *V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1220:		valptr.Set(valcopy.Addr())                                  //
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go:1221:		valbase = toStructPointer(valptr.Addr())                    // **V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/encode.go-1222-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/extensions.go-552-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/extensions.go:553:		if err := props.dec(o, props, toStructPointer(value.Addr())); err != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/extensions.go-554-			return nil, err
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/lib.go-579-		}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/lib.go:580:		fptr := f.Addr().Interface() // **T
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/lib.go-581-		// TODO: Consider batching the allocations we do here.
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go-98-func structPointer_ifield(p structPointer, f field) interface{} {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go:99:	return structPointer_field(p, f).Addr().Interface()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go-100-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go-153-func structPointer_NewAt(p structPointer, f field, typ reflect.Type) reflect.Value {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go:154:	return structPointer_field(p, f).Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go-155-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go-208-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go:209:	t, ok := sv.Addr().Interface().(wkt)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go-210-	return ok && t.XXX_WellKnownType() == "Any"
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go-471-	pv := sv
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go:472:	if pv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go:473:		pv = sv.Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text.go-474-	} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text_parser.go-569-			}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text_parser.go:570:			ep := sv.Addr().Interface().(Message)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gogo/protobuf/proto/text_parser.go-571-			if !rep {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-523-	if v.Kind() == reflect.Struct {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go:524:		return m.marshalObject(out, v.Addr().Interface().(proto.Message), indent+m.Indent, "")
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-525-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-683-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go:684:	if jsu, ok := target.Addr().Interface().(JSONPBUnmarshaler); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-685-		return jsu.UnmarshalJSONPB(u, []byte(inputValue))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-688-	// Handle well-known types that are not pointers.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go:689:	if w, ok := target.Addr().Interface().(wkt); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-690-		switch w.XXX_WellKnownType() {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-918-		if len(jsonFields) > 0 {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go:919:			if ep, ok := target.Addr().Interface().(proto.Message); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-920-				for _, ext := range proto.RegisteredExtensions(ep) {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-1022-	// Use the encoding/json for parsing other value types.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go:1023:	return json.Unmarshal(inputValue, target.Addr().Interface())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/jsonpb/jsonpb.go-1024-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/clone.go-86-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/clone.go:87:	if emIn, ok := extendable(in.Addr().Interface()); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/clone.go:88:		emOut, _ := extendable(out.Addr().Interface())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/clone.go-89-		mIn, muIn := emIn.extensionsRead()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go-828-	keyptr := reflect.New(reflect.PtrTo(p.mtype.Key())).Elem() // addressable *K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go:829:	keybase := toStructPointer(keyptr.Addr())                  // **K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go-830-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go-846-		valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go:847:		valbase = toStructPointer(valptr.Addr())                   // **V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/decode.go-848-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1200-	keyptr := reflect.New(reflect.PtrTo(keycopy.Type())).Elem() // addressable *K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1201:	keyptr.Set(keycopy.Addr())                                  //
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1202:	keybase = toStructPointer(keyptr.Addr())                    // **K
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1203-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1209-		valcopy = reflect.ValueOf(&dummy).Elem() // addressable []byte
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1210:		valbase = toStructPointer(valcopy.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1211-	case reflect.Ptr:
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1214-		valcopy = reflect.New(mapType.Elem()).Elem() // addressable V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1215:		valbase = toStructPointer(valcopy.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1216-	default:
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1219-		valptr := reflect.New(reflect.PtrTo(valcopy.Type())).Elem() // addressable *V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1220:		valptr.Set(valcopy.Addr())                                  //
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go:1221:		valbase = toStructPointer(valptr.Addr())                    // **V
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/encode.go-1222-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/extensions.go-461-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/extensions.go:462:		if err := props.dec(o, props, toStructPointer(value.Addr())); err != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/extensions.go-463-			return nil, err
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/lib.go-579-		}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/lib.go:580:		fptr := f.Addr().Interface() // **T
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/lib.go-581-		// TODO: Consider batching the allocations we do here.
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go-98-func structPointer_ifield(p structPointer, f field) interface{} {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go:99:	return structPointer_field(p, f).Addr().Interface()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go-100-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go-153-func structPointer_NewAt(p structPointer, f field, typ reflect.Type) reflect.Value {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go:154:	return structPointer_field(p, f).Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/pointer_reflect.go-155-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go-201-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go:202:	t, ok := sv.Addr().Interface().(wkt)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go-203-	return ok && t.XXX_WellKnownType() == "Any"
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go-456-	// Extensions (the XXX_extensions field).
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go:457:	pv := sv.Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text.go-458-	if _, ok := extendable(pv.Interface()); ok {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text_parser.go-563-			}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text_parser.go:564:			ep := sv.Addr().Interface().(Message)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/golang/protobuf/proto/text_parser.go-565-			if !rep {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go-334-// LocalAddr returns the local network address.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go:335:func (c *Conn) LocalAddr() net.Addr {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go:336:	return c.conn.LocalAddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go-337-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go-339-// RemoteAddr returns the remote network address.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go:340:func (c *Conn) RemoteAddr() net.Addr {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go:341:	return c.conn.RemoteAddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/gorilla/websocket/conn.go-342-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/query.go-150-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/query.go:151:	if wkt, ok := f.Addr().Interface().(wkt); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/query.go-152-		switch wkt.XXX_WellKnownType() {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/hashicorp/hcl/hcl/strconv/quote.go-50-		// If we're starting a '${}' then let it through un-unquoted.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/hashicorp/hcl/hcl/strconv/quote.go:51:		// Specifically: we don't unquote any characters within the `${}`
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/hashicorp/hcl/hcl/strconv/quote.go-52-		// section.
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go-193-	val = val.Elem()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go:194:	if !val.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go-195-		return nil, errors.New("result must be addressable (a pointer)")
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go-700-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go:701:	if val.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/mitchellh/mapstructure/mapstructure.go-702-		val.Set(valMap)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/pelletier/go-toml/parser.go-427-func init() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/pelletier/go-toml/parser.go:428:	numberUnderscoreInvalidRegexp = regexp.MustCompile(`([^\d]_|_[^\d])|_$|^_`)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/pelletier/go-toml/parser.go:429:	hexNumberUnderscoreInvalidRegexp = regexp.MustCompile(`(^0x_)|([^\da-f]_|_[^\da-f])|_$|^_`)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/pelletier/go-toml/parser.go-430-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/soheilhy/cmux/cmux.go-44-	return fmt.Sprintf("mux: connection %v not matched by an matcher",
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/soheilhy/cmux/cmux.go:45:		e.c.RemoteAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/soheilhy/cmux/cmux.go-46-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-952-	if indir == -1 {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:953:		v = rv2i(rv.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-954-	} else if indir == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1412-			if useLookupRecognizedTypes && (recognizedRtid || recognizedRtidPtr) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:1413:				d.decode(rv2i(rv9.Addr()))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1414-			} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1456-				if useLookupRecognizedTypes && recognizedRtid {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:1457:					d.decode(rv2i(rv9.Addr()))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1458-				} else if useLookupRecognizedTypes && recognizedRtidPtr { // && !rv9.IsNil() {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1651-		}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:1652:		if useLookupRecognizedTypes && recognizedVtyp && rvv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:1653:			d.decode(rv2i(rvv.Addr()))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-1654-		} else if useLookupRecognizedTypes && recognizedPtrVtyp {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-2211-			return
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:2212:		} else if rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:2213:			d.decode(rv2i(rv.Addr()))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-2214-			return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-2224-			fn.fd(d, &fn.i, rvp)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:2225:		} else if rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go:2226:			fn.fd(d, &fn.i, rv.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/decode.go-2227-		} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-391-	var re *RawExt
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:392:	if rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:393:		re = rv2i(rv.Addr()).(*RawExt)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-394-	} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-402-	// if this is a struct|array and it was addressable, then pass the address directly (not the value)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:403:	if k := rv.Kind(); (k == reflect.Struct || k == reflect.Array) && rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:404:		rv = rv.Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-405-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-414-		// Take addr if addressable, else copy value to an addressable value.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:415:		if rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:416:			v = rv2i(rv.Addr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-417-		} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-518-		case seqTypeArray:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:519:			if rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-520-				ee.EncodeStringBytes(c_RAW, rv.Slice(0, l).Bytes())
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-1336-			// TODO: Movable pointers will be an issue here. Future problem.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go:1337:			sptr = rv.UnsafeAddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/encode.go-1338-			break TOP
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/helper_unsafe.go-389-// func rv2i(rv reflect.Value) interface{} {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/helper_unsafe.go:390:// 	if _USE_RV_INTERFACE || rv.Kind() == reflect.Interface || rv.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/github.com/ugorji/go/codec/helper_unsafe.go-391-// 		return rv.Interface()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/configure_transport.go-34-	upgradeFn := func(authority string, c *tls.Conn) http.RoundTripper {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/configure_transport.go:35:		addr := authorityAddr("https", authority)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/configure_transport.go-36-		if used, err := connPool.addConnIfNeeded(addr, t2, c); err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/go17.go-22-	ctx, cancel = context.WithCancel(context.Background())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/go17.go:23:	ctx = context.WithValue(ctx, http.LocalAddrContextKey, c.LocalAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/go17.go-24-	if hs := opts.baseConfig(); hs != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-331-		baseCtx:                     baseCtx,
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:332:		remoteAddrStr:               c.RemoteAddr().String(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-333-		bw:                          newBufferedWriter(c),
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-765-	if VerboseLogs {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:766:		sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-767-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-785-	if err := sc.readPreface(); err != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:786:		sc.condlogf(err, "http2: server: error reading preface from client %v: %v", sc.conn.RemoteAddr(), err)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-787-		return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-835-				case settingsTimerMsg:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:836:					sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-837-					return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-841-				case shutdownTimerMsg:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:842:					sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-843-					return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-914-			if VerboseLogs {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:915:				sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-916-			}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-1305-	case ConnectionError:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:1306:		sc.logf("http2: server connection error from %v: %v", sc.conn.RemoteAddr(), ev)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-1307-		sc.goAway(ErrCode(ev))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-1310-		if res.err != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:1311:			sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-1312-		} else {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-2046-				buf = buf[:runtime.Stack(buf, false)]
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go:2047:				sc.logf("http2: panic serving %v: %v\n%s", sc.conn.RemoteAddr(), e, buf)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/server.go-2048-			}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-318-// and returns a host:port. The port 443 is added if needed.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go:319:func authorityAddr(scheme string, authority string) (addr string) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-320-	host, port, err := net.SplitHostPort(authority)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-343-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go:344:	addr := authorityAddr(req.URL.Scheme, req.URL.Host)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-345-	for retry := 0; ; retry++ {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-540-	if VerboseLogs {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go:541:		t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/net/http2/transport.go-542-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-50-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:51:func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-52-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-64-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:65:func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-66-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-79-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:80:func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-81-	name := sa.Name
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-112-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:113:	return anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-114-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-199-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:200:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-201-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-223-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go:224:func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_aix.go-225-	switch rsa.Addr.Family {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-146-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:147:func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-148-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-161-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:162:func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-163-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-177-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:178:func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-179-	name := sa.Name
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-191-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:192:func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-193-	if sa.Index == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-208-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:209:func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-210-	switch rsa.Addr.Family {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-288-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:289:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-290-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-308-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:309:	return anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-310-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-358-	if rsa.Addr.Family != AF_UNSPEC {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:359:		from, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-360-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-374-	if to != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go:375:		ptr, salen, err = to.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_bsd.go-376-		if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_dragonfly.go-89-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_dragonfly.go:90:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_dragonfly.go-91-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_freebsd.go-97-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_freebsd.go:98:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_freebsd.go-99-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-354-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:355:func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-356-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-368-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:369:func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-370-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-383-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:384:func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-385-	name := sa.Name
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-418-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:419:func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-420-	if sa.Ifindex < 0 || sa.Ifindex > 0x7fffffff {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-443-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:444:func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-445-	sa.raw.Family = AF_NETLINK
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-459-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:460:func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-461-	sa.raw.Family = AF_BLUETOOTH
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-476-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:477:func (sa *SockaddrL2) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-478-	sa.raw.Family = AF_BLUETOOTH
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-525-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:526:func (sa *SockaddrRFCOMM) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-527-	sa.raw.Family = AF_BLUETOOTH
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-556-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:557:func (sa *SockaddrCAN) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-558-	if sa.Ifindex < 0 || sa.Ifindex > 0x7fffffff {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-644-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:645:func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-646-	// Leave room for NUL byte terminator.
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-686-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:687:func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-688-	sa.raw.Family = AF_VSOCK
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-694-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:695:func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-696-	switch rsa.Addr.Family {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-806-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:807:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-808-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-824-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:825:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-826-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-838-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:839:	return anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-840-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-1027-	if rsa.Addr.Family != AF_UNSPEC {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:1028:		from, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-1029-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-1042-		var err error
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go:1043:		ptr, salen, err = to.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_linux.go-1044-		if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-53-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:54:func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-55-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-67-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:68:func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-69-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-82-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:83:func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-84-	name := sa.Name
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-114-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:115:	return anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-116-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-362-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:363:func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-364-	switch rsa.Addr.Family {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-413-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:414:	sa, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-415-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-450-	if rsa.Addr.Family != AF_UNSPEC {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:451:		from, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-452-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-466-	if to != nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go:467:		ptr, salen, err = to.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_solaris.go-468-		if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-175-type Sockaddr interface {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:176:	sockaddr() (ptr unsafe.Pointer, len _Socklen, err error) // lowercase; only we can define Sockaddrs
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-177-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-200-func Bind(fd int, sa Sockaddr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:201:	ptr, n, err := sa.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-202-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-208-func Connect(fd int, sa Sockaddr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:209:	ptr, n, err := sa.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-210-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-221-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:222:	return anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-223-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-238-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:239:func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-240-	vallen := _Socklen(4)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-293-	if rsa.Addr.Family != AF_UNSPEC {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:294:		from, err = anyToSockaddr(fd, &rsa)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-295-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-299-func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:300:	ptr, n, err := to.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-301-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-315-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go:316:func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/syscall_unix.go-317-	return setsockopt(fd, level, opt, unsafe.Pointer(&value[0]), 4)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go-302-	SYS_VMM_GUEST_CTL          = 534 // { int vmm_guest_ctl(int op, struct vmm_guest_options *options); }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go:303:	SYS_VMM_GUEST_SYNC_ADDR    = 535 // { int vmm_guest_sync_addr(long *dstaddr, long *srcaddr); }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go-304-	SYS_PROCCTL                = 536 // { int procctl(idtype_t idtype, id_t id, int cmd, void *data); }
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go-311-	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go:312:	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go:313:	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go-314-	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go-311-	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go:312:	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go:313:	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go-314-	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go-311-	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go:312:	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go:313:	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go-314-	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-112-// The return value can be passed to Syscall to run the procedure.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:113:func (p *Proc) Addr() uintptr {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-114-	return p.addr
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-128-	case 0:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:129:		return syscall.Syscall(p.Addr(), uintptr(len(a)), 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-130-	case 1:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:131:		return syscall.Syscall(p.Addr(), uintptr(len(a)), a[0], 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-132-	case 2:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:133:		return syscall.Syscall(p.Addr(), uintptr(len(a)), a[0], a[1], 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-134-	case 3:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:135:		return syscall.Syscall(p.Addr(), uintptr(len(a)), a[0], a[1], a[2])
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-136-	case 4:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:137:		return syscall.Syscall6(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-138-	case 5:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:139:		return syscall.Syscall6(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-140-	case 6:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:141:		return syscall.Syscall6(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5])
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-142-	case 7:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:143:		return syscall.Syscall9(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-144-	case 8:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:145:		return syscall.Syscall9(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-146-	case 9:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:147:		return syscall.Syscall9(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8])
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-148-	case 10:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:149:		return syscall.Syscall12(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-150-	case 11:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:151:		return syscall.Syscall12(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-152-	case 12:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:153:		return syscall.Syscall12(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], a[11])
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-154-	case 13:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:155:		return syscall.Syscall15(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], a[11], a[12], 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-156-	case 14:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:157:		return syscall.Syscall15(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], a[11], a[12], a[13], 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-158-	case 15:
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:159:		return syscall.Syscall15(p.Addr(), uintptr(len(a)), a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], a[11], a[12], a[13], a[14])
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-160-	default:
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-292-// It will panic if the procedure cannot be found.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:293:func (p *LazyProc) Addr() uintptr {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-294-	p.mustFind()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go:295:	return p.proc.Addr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/dll_windows.go-296-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-269-func GetProcAddressByOrdinal(module Handle, ordinal uintptr) (proc uintptr, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:270:	r0, _, e1 := syscall.Syscall(procGetProcAddress.Addr(), 2, uintptr(module), ordinal, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-271-	proc = uintptr(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-661-type Sockaddr interface {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:662:	sockaddr() (ptr unsafe.Pointer, len int32, err error) // lowercase; only we can define Sockaddrs
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-663-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-670-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:671:func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, int32, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-672-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-691-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:692:func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, int32, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-693-	if sa.Port < 0 || sa.Port > 0xFFFF {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-716-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:717:func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, int32, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-718-	name := sa.Name
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-743-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:744:func (rsa *RawSockaddrAny) Sockaddr() (Sockaddr, error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-745-	switch rsa.Addr.Family {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-807-func Bind(fd Handle, sa Sockaddr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:808:	ptr, n, err := sa.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-809-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-815-func Connect(fd Handle, sa Sockaddr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:816:	ptr, n, err := sa.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-817-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-828-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:829:	return rsa.Sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-830-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-837-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:838:	return rsa.Sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-839-}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-849-func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:850:	rsa, l, err := to.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-851-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-903-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:904:	ptr, n, err := sa.sockaddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-905-	if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-1067-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go:1068:func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/syscall_windows.go-1069-	return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&value[0])), 4)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-256-func RegisterEventSource(uncServerName *uint16, sourceName *uint16) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:257:	r0, _, e1 := syscall.Syscall(procRegisterEventSourceW.Addr(), 2, uintptr(unsafe.Pointer(uncServerName)), uintptr(unsafe.Pointer(sourceName)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-258-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-269-func DeregisterEventSource(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:270:	r1, _, e1 := syscall.Syscall(procDeregisterEventSource.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-271-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-281-func ReportEvent(log Handle, etype uint16, category uint16, eventId uint32, usrSId uintptr, numStrings uint16, dataSize uint32, strings **uint16, rawData *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:282:	r1, _, e1 := syscall.Syscall9(procReportEventW.Addr(), 9, uintptr(log), uintptr(etype), uintptr(category), uintptr(eventId), uintptr(usrSId), uintptr(numStrings), uintptr(dataSize), uintptr(unsafe.Pointer(strings)), uintptr(unsafe.Pointer(rawData)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-283-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-293-func OpenSCManager(machineName *uint16, databaseName *uint16, access uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:294:	r0, _, e1 := syscall.Syscall(procOpenSCManagerW.Addr(), 3, uintptr(unsafe.Pointer(machineName)), uintptr(unsafe.Pointer(databaseName)), uintptr(access))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-295-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-306-func CloseServiceHandle(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:307:	r1, _, e1 := syscall.Syscall(procCloseServiceHandle.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-308-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-318-func CreateService(mgr Handle, serviceName *uint16, displayName *uint16, access uint32, srvType uint32, startType uint32, errCtl uint32, pathName *uint16, loadOrderGroup *uint16, tagId *uint32, dependencies *uint16, serviceStartName *uint16, password *uint16) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:319:	r0, _, e1 := syscall.Syscall15(procCreateServiceW.Addr(), 13, uintptr(mgr), uintptr(unsafe.Pointer(serviceName)), uintptr(unsafe.Pointer(displayName)), uintptr(access), uintptr(srvType), uintptr(startType), uintptr(errCtl), uintptr(unsafe.Pointer(pathName)), uintptr(unsafe.Pointer(loadOrderGroup)), uintptr(unsafe.Pointer(tagId)), uintptr(unsafe.Pointer(dependencies)), uintptr(unsafe.Pointer(serviceStartName)), uintptr(unsafe.Pointer(password)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-320-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-331-func OpenService(mgr Handle, serviceName *uint16, access uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:332:	r0, _, e1 := syscall.Syscall(procOpenServiceW.Addr(), 3, uintptr(mgr), uintptr(unsafe.Pointer(serviceName)), uintptr(access))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-333-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-344-func DeleteService(service Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:345:	r1, _, e1 := syscall.Syscall(procDeleteService.Addr(), 1, uintptr(service), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-346-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-356-func StartService(service Handle, numArgs uint32, argVectors **uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:357:	r1, _, e1 := syscall.Syscall(procStartServiceW.Addr(), 3, uintptr(service), uintptr(numArgs), uintptr(unsafe.Pointer(argVectors)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-358-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-368-func QueryServiceStatus(service Handle, status *SERVICE_STATUS) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:369:	r1, _, e1 := syscall.Syscall(procQueryServiceStatus.Addr(), 2, uintptr(service), uintptr(unsafe.Pointer(status)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-370-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-380-func ControlService(service Handle, control uint32, status *SERVICE_STATUS) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:381:	r1, _, e1 := syscall.Syscall(procControlService.Addr(), 3, uintptr(service), uintptr(control), uintptr(unsafe.Pointer(status)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-382-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-392-func StartServiceCtrlDispatcher(serviceTable *SERVICE_TABLE_ENTRY) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:393:	r1, _, e1 := syscall.Syscall(procStartServiceCtrlDispatcherW.Addr(), 1, uintptr(unsafe.Pointer(serviceTable)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-394-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-404-func SetServiceStatus(service Handle, serviceStatus *SERVICE_STATUS) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:405:	r1, _, e1 := syscall.Syscall(procSetServiceStatus.Addr(), 2, uintptr(service), uintptr(unsafe.Pointer(serviceStatus)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-406-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-416-func ChangeServiceConfig(service Handle, serviceType uint32, startType uint32, errorControl uint32, binaryPathName *uint16, loadOrderGroup *uint16, tagId *uint32, dependencies *uint16, serviceStartName *uint16, password *uint16, displayName *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:417:	r1, _, e1 := syscall.Syscall12(procChangeServiceConfigW.Addr(), 11, uintptr(service), uintptr(serviceType), uintptr(startType), uintptr(errorControl), uintptr(unsafe.Pointer(binaryPathName)), uintptr(unsafe.Pointer(loadOrderGroup)), uintptr(unsafe.Pointer(tagId)), uintptr(unsafe.Pointer(dependencies)), uintptr(unsafe.Pointer(serviceStartName)), uintptr(unsafe.Pointer(password)), uintptr(unsafe.Pointer(displayName)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-418-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-428-func QueryServiceConfig(service Handle, serviceConfig *QUERY_SERVICE_CONFIG, bufSize uint32, bytesNeeded *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:429:	r1, _, e1 := syscall.Syscall6(procQueryServiceConfigW.Addr(), 4, uintptr(service), uintptr(unsafe.Pointer(serviceConfig)), uintptr(bufSize), uintptr(unsafe.Pointer(bytesNeeded)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-430-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-440-func ChangeServiceConfig2(service Handle, infoLevel uint32, info *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:441:	r1, _, e1 := syscall.Syscall(procChangeServiceConfig2W.Addr(), 3, uintptr(service), uintptr(infoLevel), uintptr(unsafe.Pointer(info)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-442-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-452-func QueryServiceConfig2(service Handle, infoLevel uint32, buff *byte, buffSize uint32, bytesNeeded *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:453:	r1, _, e1 := syscall.Syscall6(procQueryServiceConfig2W.Addr(), 5, uintptr(service), uintptr(infoLevel), uintptr(unsafe.Pointer(buff)), uintptr(buffSize), uintptr(unsafe.Pointer(bytesNeeded)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-454-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-464-func EnumServicesStatusEx(mgr Handle, infoLevel uint32, serviceType uint32, serviceState uint32, services *byte, bufSize uint32, bytesNeeded *uint32, servicesReturned *uint32, resumeHandle *uint32, groupName *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:465:	r1, _, e1 := syscall.Syscall12(procEnumServicesStatusExW.Addr(), 10, uintptr(mgr), uintptr(infoLevel), uintptr(serviceType), uintptr(serviceState), uintptr(unsafe.Pointer(services)), uintptr(bufSize), uintptr(unsafe.Pointer(bytesNeeded)), uintptr(unsafe.Pointer(servicesReturned)), uintptr(unsafe.Pointer(resumeHandle)), uintptr(unsafe.Pointer(groupName)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-466-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-476-func QueryServiceStatusEx(service Handle, infoLevel uint32, buff *byte, buffSize uint32, bytesNeeded *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:477:	r1, _, e1 := syscall.Syscall6(procQueryServiceStatusEx.Addr(), 5, uintptr(service), uintptr(infoLevel), uintptr(unsafe.Pointer(buff)), uintptr(buffSize), uintptr(unsafe.Pointer(bytesNeeded)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-478-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-488-func GetLastError() (lasterr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:489:	r0, _, _ := syscall.Syscall(procGetLastError.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-490-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-505-func _LoadLibrary(libname *uint16) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:506:	r0, _, e1 := syscall.Syscall(procLoadLibraryW.Addr(), 1, uintptr(unsafe.Pointer(libname)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-507-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-527-func _LoadLibraryEx(libname *uint16, zero Handle, flags uintptr) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:528:	r0, _, e1 := syscall.Syscall(procLoadLibraryExW.Addr(), 3, uintptr(unsafe.Pointer(libname)), uintptr(zero), uintptr(flags))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-529-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-540-func FreeLibrary(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:541:	r1, _, e1 := syscall.Syscall(procFreeLibrary.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-542-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-561-func _GetProcAddress(module Handle, procname *byte) (proc uintptr, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:562:	r0, _, e1 := syscall.Syscall(procGetProcAddress.Addr(), 2, uintptr(module), uintptr(unsafe.Pointer(procname)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-563-	proc = uintptr(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-574-func GetVersion() (ver uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:575:	r0, _, e1 := syscall.Syscall(procGetVersion.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-576-	ver = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-591-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:592:	r0, _, e1 := syscall.Syscall9(procFormatMessageW.Addr(), 7, uintptr(flags), uintptr(msgsrc), uintptr(msgid), uintptr(langid), uintptr(unsafe.Pointer(_p0)), uintptr(len(buf)), uintptr(unsafe.Pointer(args)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-593-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-604-func ExitProcess(exitcode uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:605:	syscall.Syscall(procExitProcess.Addr(), 1, uintptr(exitcode), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-606-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-609-func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:610:	r0, _, e1 := syscall.Syscall9(procCreateFileW.Addr(), 7, uintptr(unsafe.Pointer(name)), uintptr(access), uintptr(mode), uintptr(unsafe.Pointer(sa)), uintptr(createmode), uintptr(attrs), uintptr(templatefile), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-611-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-626-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:627:	r1, _, e1 := syscall.Syscall6(procReadFile.Addr(), 5, uintptr(handle), uintptr(unsafe.Pointer(_p0)), uintptr(len(buf)), uintptr(unsafe.Pointer(done)), uintptr(unsafe.Pointer(overlapped)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-628-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-642-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:643:	r1, _, e1 := syscall.Syscall6(procWriteFile.Addr(), 5, uintptr(handle), uintptr(unsafe.Pointer(_p0)), uintptr(len(buf)), uintptr(unsafe.Pointer(done)), uintptr(unsafe.Pointer(overlapped)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-644-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-654-func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:655:	r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(unsafe.Pointer(highoffsetptr)), uintptr(whence), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-656-	newlowoffset = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-667-func CloseHandle(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:668:	r1, _, e1 := syscall.Syscall(procCloseHandle.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-669-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-679-func GetStdHandle(stdhandle uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:680:	r0, _, e1 := syscall.Syscall(procGetStdHandle.Addr(), 1, uintptr(stdhandle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-681-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-692-func SetStdHandle(stdhandle uint32, handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:693:	r1, _, e1 := syscall.Syscall(procSetStdHandle.Addr(), 2, uintptr(stdhandle), uintptr(handle), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-694-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-704-func findFirstFile1(name *uint16, data *win32finddata1) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:705:	r0, _, e1 := syscall.Syscall(procFindFirstFileW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(data)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-706-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-717-func findNextFile1(handle Handle, data *win32finddata1) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:718:	r1, _, e1 := syscall.Syscall(procFindNextFileW.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(data)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-719-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-729-func FindClose(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:730:	r1, _, e1 := syscall.Syscall(procFindClose.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-731-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-741-func GetFileInformationByHandle(handle Handle, data *ByHandleFileInformation) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:742:	r1, _, e1 := syscall.Syscall(procGetFileInformationByHandle.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(data)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-743-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-753-func GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:754:	r0, _, e1 := syscall.Syscall(procGetCurrentDirectoryW.Addr(), 2, uintptr(buflen), uintptr(unsafe.Pointer(buf)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-755-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-766-func SetCurrentDirectory(path *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:767:	r1, _, e1 := syscall.Syscall(procSetCurrentDirectoryW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-768-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-778-func CreateDirectory(path *uint16, sa *SecurityAttributes) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:779:	r1, _, e1 := syscall.Syscall(procCreateDirectoryW.Addr(), 2, uintptr(unsafe.Pointer(path)), uintptr(unsafe.Pointer(sa)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-780-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-790-func RemoveDirectory(path *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:791:	r1, _, e1 := syscall.Syscall(procRemoveDirectoryW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-792-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-802-func DeleteFile(path *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:803:	r1, _, e1 := syscall.Syscall(procDeleteFileW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-804-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-814-func MoveFile(from *uint16, to *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:815:	r1, _, e1 := syscall.Syscall(procMoveFileW.Addr(), 2, uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(to)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-816-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-826-func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:827:	r1, _, e1 := syscall.Syscall(procMoveFileExW.Addr(), 3, uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(to)), uintptr(flags))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-828-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-838-func GetComputerName(buf *uint16, n *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:839:	r1, _, e1 := syscall.Syscall(procGetComputerNameW.Addr(), 2, uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(n)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-840-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-850-func GetComputerNameEx(nametype uint32, buf *uint16, n *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:851:	r1, _, e1 := syscall.Syscall(procGetComputerNameExW.Addr(), 3, uintptr(nametype), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(n)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-852-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-862-func SetEndOfFile(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:863:	r1, _, e1 := syscall.Syscall(procSetEndOfFile.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-864-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-874-func GetSystemTimeAsFileTime(time *Filetime) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:875:	syscall.Syscall(procGetSystemTimeAsFileTime.Addr(), 1, uintptr(unsafe.Pointer(time)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-876-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-879-func GetSystemTimePreciseAsFileTime(time *Filetime) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:880:	syscall.Syscall(procGetSystemTimePreciseAsFileTime.Addr(), 1, uintptr(unsafe.Pointer(time)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-881-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-884-func GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:885:	r0, _, e1 := syscall.Syscall(procGetTimeZoneInformation.Addr(), 1, uintptr(unsafe.Pointer(tzi)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-886-	rc = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-897-func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:898:	r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(cphandle), uintptr(key), uintptr(threadcnt), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-899-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-910-func GetQueuedCompletionStatus(cphandle Handle, qty *uint32, key *uint32, overlapped **Overlapped, timeout uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:911:	r1, _, e1 := syscall.Syscall6(procGetQueuedCompletionStatus.Addr(), 5, uintptr(cphandle), uintptr(unsafe.Pointer(qty)), uintptr(unsafe.Pointer(key)), uintptr(unsafe.Pointer(overlapped)), uintptr(timeout), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-912-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-922-func PostQueuedCompletionStatus(cphandle Handle, qty uint32, key uint32, overlapped *Overlapped) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:923:	r1, _, e1 := syscall.Syscall6(procPostQueuedCompletionStatus.Addr(), 4, uintptr(cphandle), uintptr(qty), uintptr(key), uintptr(unsafe.Pointer(overlapped)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-924-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-934-func CancelIo(s Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:935:	r1, _, e1 := syscall.Syscall(procCancelIo.Addr(), 1, uintptr(s), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-936-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-946-func CancelIoEx(s Handle, o *Overlapped) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:947:	r1, _, e1 := syscall.Syscall(procCancelIoEx.Addr(), 2, uintptr(s), uintptr(unsafe.Pointer(o)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-948-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-964-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:965:	r1, _, e1 := syscall.Syscall12(procCreateProcessW.Addr(), 10, uintptr(unsafe.Pointer(appName)), uintptr(unsafe.Pointer(commandLine)), uintptr(unsafe.Pointer(procSecurity)), uintptr(unsafe.Pointer(threadSecurity)), uintptr(_p0), uintptr(creationFlags), uintptr(unsafe.Pointer(env)), uintptr(unsafe.Pointer(currentDir)), uintptr(unsafe.Pointer(startupInfo)), uintptr(unsafe.Pointer(outProcInfo)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-966-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-982-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:983:	r0, _, e1 := syscall.Syscall(procOpenProcess.Addr(), 3, uintptr(da), uintptr(_p0), uintptr(pid))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-984-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-995-func TerminateProcess(handle Handle, exitcode uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:996:	r1, _, e1 := syscall.Syscall(procTerminateProcess.Addr(), 2, uintptr(handle), uintptr(exitcode), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-997-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1007-func GetExitCodeProcess(handle Handle, exitcode *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1008:	r1, _, e1 := syscall.Syscall(procGetExitCodeProcess.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(exitcode)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1009-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1019-func GetStartupInfo(startupInfo *StartupInfo) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1020:	r1, _, e1 := syscall.Syscall(procGetStartupInfoW.Addr(), 1, uintptr(unsafe.Pointer(startupInfo)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1021-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1031-func GetCurrentProcess() (pseudoHandle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1032:	r0, _, e1 := syscall.Syscall(procGetCurrentProcess.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1033-	pseudoHandle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1044-func GetProcessTimes(handle Handle, creationTime *Filetime, exitTime *Filetime, kernelTime *Filetime, userTime *Filetime) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1045:	r1, _, e1 := syscall.Syscall6(procGetProcessTimes.Addr(), 5, uintptr(handle), uintptr(unsafe.Pointer(creationTime)), uintptr(unsafe.Pointer(exitTime)), uintptr(unsafe.Pointer(kernelTime)), uintptr(unsafe.Pointer(userTime)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1046-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1062-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1063:	r1, _, e1 := syscall.Syscall9(procDuplicateHandle.Addr(), 7, uintptr(hSourceProcessHandle), uintptr(hSourceHandle), uintptr(hTargetProcessHandle), uintptr(unsafe.Pointer(lpTargetHandle)), uintptr(dwDesiredAccess), uintptr(_p0), uintptr(dwOptions), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1064-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1074-func WaitForSingleObject(handle Handle, waitMilliseconds uint32) (event uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1075:	r0, _, e1 := syscall.Syscall(procWaitForSingleObject.Addr(), 2, uintptr(handle), uintptr(waitMilliseconds), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1076-	event = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1087-func GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1088:	r0, _, e1 := syscall.Syscall(procGetTempPathW.Addr(), 2, uintptr(buflen), uintptr(unsafe.Pointer(buf)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1089-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1100-func CreatePipe(readhandle *Handle, writehandle *Handle, sa *SecurityAttributes, size uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1101:	r1, _, e1 := syscall.Syscall6(procCreatePipe.Addr(), 4, uintptr(unsafe.Pointer(readhandle)), uintptr(unsafe.Pointer(writehandle)), uintptr(unsafe.Pointer(sa)), uintptr(size), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1102-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1112-func GetFileType(filehandle Handle) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1113:	r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1114-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1125-func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1126:	r1, _, e1 := syscall.Syscall6(procCryptAcquireContextW.Addr(), 5, uintptr(unsafe.Pointer(provhandle)), uintptr(unsafe.Pointer(container)), uintptr(unsafe.Pointer(provider)), uintptr(provtype), uintptr(flags), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1127-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1137-func CryptReleaseContext(provhandle Handle, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1138:	r1, _, e1 := syscall.Syscall(procCryptReleaseContext.Addr(), 2, uintptr(provhandle), uintptr(flags), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1139-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1149-func CryptGenRandom(provhandle Handle, buflen uint32, buf *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1150:	r1, _, e1 := syscall.Syscall(procCryptGenRandom.Addr(), 3, uintptr(provhandle), uintptr(buflen), uintptr(unsafe.Pointer(buf)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1151-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1161-func GetEnvironmentStrings() (envs *uint16, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1162:	r0, _, e1 := syscall.Syscall(procGetEnvironmentStringsW.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1163-	envs = (*uint16)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1174-func FreeEnvironmentStrings(envs *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1175:	r1, _, e1 := syscall.Syscall(procFreeEnvironmentStringsW.Addr(), 1, uintptr(unsafe.Pointer(envs)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1176-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1186-func GetEnvironmentVariable(name *uint16, buffer *uint16, size uint32) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1187:	r0, _, e1 := syscall.Syscall(procGetEnvironmentVariableW.Addr(), 3, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(buffer)), uintptr(size))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1188-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1199-func SetEnvironmentVariable(name *uint16, value *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1200:	r1, _, e1 := syscall.Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1201-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1211-func SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1212:	r1, _, e1 := syscall.Syscall6(procSetFileTime.Addr(), 4, uintptr(handle), uintptr(unsafe.Pointer(ctime)), uintptr(unsafe.Pointer(atime)), uintptr(unsafe.Pointer(wtime)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1213-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1223-func GetFileAttributes(name *uint16) (attrs uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1224:	r0, _, e1 := syscall.Syscall(procGetFileAttributesW.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1225-	attrs = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1236-func SetFileAttributes(name *uint16, attrs uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1237:	r1, _, e1 := syscall.Syscall(procSetFileAttributesW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(attrs), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1238-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1248-func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1249:	r1, _, e1 := syscall.Syscall(procGetFileAttributesExW.Addr(), 3, uintptr(unsafe.Pointer(name)), uintptr(level), uintptr(unsafe.Pointer(info)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1250-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1260-func GetCommandLine() (cmd *uint16) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1261:	r0, _, _ := syscall.Syscall(procGetCommandLineW.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1262-	cmd = (*uint16)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1266-func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1267:	r0, _, e1 := syscall.Syscall(procCommandLineToArgvW.Addr(), 2, uintptr(unsafe.Pointer(cmd)), uintptr(unsafe.Pointer(argc)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1268-	argv = (*[8192]*[8192]uint16)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1279-func LocalFree(hmem Handle) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1280:	r0, _, e1 := syscall.Syscall(procLocalFree.Addr(), 1, uintptr(hmem), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1281-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1292-func SetHandleInformation(handle Handle, mask uint32, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1293:	r1, _, e1 := syscall.Syscall(procSetHandleInformation.Addr(), 3, uintptr(handle), uintptr(mask), uintptr(flags))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1294-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1304-func FlushFileBuffers(handle Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1305:	r1, _, e1 := syscall.Syscall(procFlushFileBuffers.Addr(), 1, uintptr(handle), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1306-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1316-func GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1317:	r0, _, e1 := syscall.Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1318-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1329-func GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1330:	r0, _, e1 := syscall.Syscall(procGetLongPathNameW.Addr(), 3, uintptr(unsafe.Pointer(path)), uintptr(unsafe.Pointer(buf)), uintptr(buflen))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1331-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1342-func GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1343:	r0, _, e1 := syscall.Syscall(procGetShortPathNameW.Addr(), 3, uintptr(unsafe.Pointer(longpath)), uintptr(unsafe.Pointer(shortpath)), uintptr(buflen))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1344-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1355-func CreateFileMapping(fhandle Handle, sa *SecurityAttributes, prot uint32, maxSizeHigh uint32, maxSizeLow uint32, name *uint16) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1356:	r0, _, e1 := syscall.Syscall6(procCreateFileMappingW.Addr(), 6, uintptr(fhandle), uintptr(unsafe.Pointer(sa)), uintptr(prot), uintptr(maxSizeHigh), uintptr(maxSizeLow), uintptr(unsafe.Pointer(name)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1357-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1368-func MapViewOfFile(handle Handle, access uint32, offsetHigh uint32, offsetLow uint32, length uintptr) (addr uintptr, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1369:	r0, _, e1 := syscall.Syscall6(procMapViewOfFile.Addr(), 5, uintptr(handle), uintptr(access), uintptr(offsetHigh), uintptr(offsetLow), uintptr(length), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1370-	addr = uintptr(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1381-func UnmapViewOfFile(addr uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1382:	r1, _, e1 := syscall.Syscall(procUnmapViewOfFile.Addr(), 1, uintptr(addr), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1383-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1393-func FlushViewOfFile(addr uintptr, length uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1394:	r1, _, e1 := syscall.Syscall(procFlushViewOfFile.Addr(), 2, uintptr(addr), uintptr(length), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1395-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1405-func VirtualLock(addr uintptr, length uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1406:	r1, _, e1 := syscall.Syscall(procVirtualLock.Addr(), 2, uintptr(addr), uintptr(length), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1407-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1417-func VirtualUnlock(addr uintptr, length uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1418:	r1, _, e1 := syscall.Syscall(procVirtualUnlock.Addr(), 2, uintptr(addr), uintptr(length), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1419-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1429-func VirtualAlloc(address uintptr, size uintptr, alloctype uint32, protect uint32) (value uintptr, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1430:	r0, _, e1 := syscall.Syscall6(procVirtualAlloc.Addr(), 4, uintptr(address), uintptr(size), uintptr(alloctype), uintptr(protect), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1431-	value = uintptr(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1442-func VirtualFree(address uintptr, size uintptr, freetype uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1443:	r1, _, e1 := syscall.Syscall(procVirtualFree.Addr(), 3, uintptr(address), uintptr(size), uintptr(freetype))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1444-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1454-func VirtualProtect(address uintptr, size uintptr, newprotect uint32, oldprotect *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1455:	r1, _, e1 := syscall.Syscall6(procVirtualProtect.Addr(), 4, uintptr(address), uintptr(size), uintptr(newprotect), uintptr(unsafe.Pointer(oldprotect)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1456-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1466-func TransmitFile(s Handle, handle Handle, bytesToWrite uint32, bytsPerSend uint32, overlapped *Overlapped, transmitFileBuf *TransmitFileBuffers, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1467:	r1, _, e1 := syscall.Syscall9(procTransmitFile.Addr(), 7, uintptr(s), uintptr(handle), uintptr(bytesToWrite), uintptr(bytsPerSend), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(transmitFileBuf)), uintptr(flags), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1468-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1484-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1485:	r1, _, e1 := syscall.Syscall9(procReadDirectoryChangesW.Addr(), 8, uintptr(handle), uintptr(unsafe.Pointer(buf)), uintptr(buflen), uintptr(_p0), uintptr(mask), uintptr(unsafe.Pointer(retlen)), uintptr(unsafe.Pointer(overlapped)), uintptr(completionRoutine), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1486-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1496-func CertOpenSystemStore(hprov Handle, name *uint16) (store Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1497:	r0, _, e1 := syscall.Syscall(procCertOpenSystemStoreW.Addr(), 2, uintptr(hprov), uintptr(unsafe.Pointer(name)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1498-	store = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1509-func CertOpenStore(storeProvider uintptr, msgAndCertEncodingType uint32, cryptProv uintptr, flags uint32, para uintptr) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1510:	r0, _, e1 := syscall.Syscall6(procCertOpenStore.Addr(), 5, uintptr(storeProvider), uintptr(msgAndCertEncodingType), uintptr(cryptProv), uintptr(flags), uintptr(para), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1511-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1522-func CertEnumCertificatesInStore(store Handle, prevContext *CertContext) (context *CertContext, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1523:	r0, _, e1 := syscall.Syscall(procCertEnumCertificatesInStore.Addr(), 2, uintptr(store), uintptr(unsafe.Pointer(prevContext)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1524-	context = (*CertContext)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1535-func CertAddCertificateContextToStore(store Handle, certContext *CertContext, addDisposition uint32, storeContext **CertContext) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1536:	r1, _, e1 := syscall.Syscall6(procCertAddCertificateContextToStore.Addr(), 4, uintptr(store), uintptr(unsafe.Pointer(certContext)), uintptr(addDisposition), uintptr(unsafe.Pointer(storeContext)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1537-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1547-func CertCloseStore(store Handle, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1548:	r1, _, e1 := syscall.Syscall(procCertCloseStore.Addr(), 2, uintptr(store), uintptr(flags), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1549-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1559-func CertGetCertificateChain(engine Handle, leaf *CertContext, time *Filetime, additionalStore Handle, para *CertChainPara, flags uint32, reserved uintptr, chainCtx **CertChainContext) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1560:	r1, _, e1 := syscall.Syscall9(procCertGetCertificateChain.Addr(), 8, uintptr(engine), uintptr(unsafe.Pointer(leaf)), uintptr(unsafe.Pointer(time)), uintptr(additionalStore), uintptr(unsafe.Pointer(para)), uintptr(flags), uintptr(reserved), uintptr(unsafe.Pointer(chainCtx)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1561-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1571-func CertFreeCertificateChain(ctx *CertChainContext) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1572:	syscall.Syscall(procCertFreeCertificateChain.Addr(), 1, uintptr(unsafe.Pointer(ctx)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1573-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1576-func CertCreateCertificateContext(certEncodingType uint32, certEncoded *byte, encodedLen uint32) (context *CertContext, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1577:	r0, _, e1 := syscall.Syscall(procCertCreateCertificateContext.Addr(), 3, uintptr(certEncodingType), uintptr(unsafe.Pointer(certEncoded)), uintptr(encodedLen))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1578-	context = (*CertContext)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1589-func CertFreeCertificateContext(ctx *CertContext) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1590:	r1, _, e1 := syscall.Syscall(procCertFreeCertificateContext.Addr(), 1, uintptr(unsafe.Pointer(ctx)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1591-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1601-func CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1602:	r1, _, e1 := syscall.Syscall6(procCertVerifyCertificateChainPolicy.Addr(), 4, uintptr(policyOID), uintptr(unsafe.Pointer(chain)), uintptr(unsafe.Pointer(para)), uintptr(unsafe.Pointer(status)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1603-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1613-func RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle) (regerrno error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1614:	r0, _, _ := syscall.Syscall6(procRegOpenKeyExW.Addr(), 5, uintptr(key), uintptr(unsafe.Pointer(subkey)), uintptr(options), uintptr(desiredAccess), uintptr(unsafe.Pointer(result)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1615-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1621-func RegCloseKey(key Handle) (regerrno error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1622:	r0, _, _ := syscall.Syscall(procRegCloseKey.Addr(), 1, uintptr(key), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1623-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1629-func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uint32, maxSubkeyLen *uint32, maxClassLen *uint32, valuesLen *uint32, maxValueNameLen *uint32, maxValueLen *uint32, saLen *uint32, lastWriteTime *Filetime) (regerrno error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1630:	r0, _, _ := syscall.Syscall12(procRegQueryInfoKeyW.Addr(), 12, uintptr(key), uintptr(unsafe.Pointer(class)), uintptr(unsafe.Pointer(classLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(subkeysLen)), uintptr(unsafe.Pointer(maxSubkeyLen)), uintptr(unsafe.Pointer(maxClassLen)), uintptr(unsafe.Pointer(valuesLen)), uintptr(unsafe.Pointer(maxValueNameLen)), uintptr(unsafe.Pointer(maxValueLen)), uintptr(unsafe.Pointer(saLen)), uintptr(unsafe.Pointer(lastWriteTime)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1631-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1637-func RegEnumKeyEx(key Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, class *uint16, classLen *uint32, lastWriteTime *Filetime) (regerrno error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1638:	r0, _, _ := syscall.Syscall9(procRegEnumKeyExW.Addr(), 8, uintptr(key), uintptr(index), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(class)), uintptr(unsafe.Pointer(classLen)), uintptr(unsafe.Pointer(lastWriteTime)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1639-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1645-func RegQueryValueEx(key Handle, name *uint16, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1646:	r0, _, _ := syscall.Syscall6(procRegQueryValueExW.Addr(), 6, uintptr(key), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(valtype)), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(buflen)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1647-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1653-func getCurrentProcessId() (pid uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1654:	r0, _, _ := syscall.Syscall(procGetCurrentProcessId.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1655-	pid = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1659-func GetConsoleMode(console Handle, mode *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1660:	r1, _, e1 := syscall.Syscall(procGetConsoleMode.Addr(), 2, uintptr(console), uintptr(unsafe.Pointer(mode)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1661-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1671-func SetConsoleMode(console Handle, mode uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1672:	r1, _, e1 := syscall.Syscall(procSetConsoleMode.Addr(), 2, uintptr(console), uintptr(mode), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1673-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1683-func GetConsoleScreenBufferInfo(console Handle, info *ConsoleScreenBufferInfo) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1684:	r1, _, e1 := syscall.Syscall(procGetConsoleScreenBufferInfo.Addr(), 2, uintptr(console), uintptr(unsafe.Pointer(info)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1685-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1695-func WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1696:	r1, _, e1 := syscall.Syscall6(procWriteConsoleW.Addr(), 5, uintptr(console), uintptr(unsafe.Pointer(buf)), uintptr(towrite), uintptr(unsafe.Pointer(written)), uintptr(unsafe.Pointer(reserved)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1697-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1707-func ReadConsole(console Handle, buf *uint16, toread uint32, read *uint32, inputControl *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1708:	r1, _, e1 := syscall.Syscall6(procReadConsoleW.Addr(), 5, uintptr(console), uintptr(unsafe.Pointer(buf)), uintptr(toread), uintptr(unsafe.Pointer(read)), uintptr(unsafe.Pointer(inputControl)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1709-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1719-func CreateToolhelp32Snapshot(flags uint32, processId uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1720:	r0, _, e1 := syscall.Syscall(procCreateToolhelp32Snapshot.Addr(), 2, uintptr(flags), uintptr(processId), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1721-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1732-func Process32First(snapshot Handle, procEntry *ProcessEntry32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1733:	r1, _, e1 := syscall.Syscall(procProcess32FirstW.Addr(), 2, uintptr(snapshot), uintptr(unsafe.Pointer(procEntry)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1734-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1744-func Process32Next(snapshot Handle, procEntry *ProcessEntry32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1745:	r1, _, e1 := syscall.Syscall(procProcess32NextW.Addr(), 2, uintptr(snapshot), uintptr(unsafe.Pointer(procEntry)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1746-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1756-func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1757:	r1, _, e1 := syscall.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsafe.Pointer(inBuffer)), uintptr(inBufferSize), uintptr(unsafe.Pointer(outBuffer)), uintptr(outBufferSize), uintptr(unsafe.Pointer(bytesReturned)), uintptr(unsafe.Pointer(overlapped)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1758-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1768-func CreateSymbolicLink(symlinkfilename *uint16, targetfilename *uint16, flags uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1769:	r1, _, e1 := syscall.Syscall(procCreateSymbolicLinkW.Addr(), 3, uintptr(unsafe.Pointer(symlinkfilename)), uintptr(unsafe.Pointer(targetfilename)), uintptr(flags))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1770-	if r1&0xff == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1780-func CreateHardLink(filename *uint16, existingfilename *uint16, reserved uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1781:	r1, _, e1 := syscall.Syscall(procCreateHardLinkW.Addr(), 3, uintptr(unsafe.Pointer(filename)), uintptr(unsafe.Pointer(existingfilename)), uintptr(reserved))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1782-	if r1&0xff == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1792-func GetCurrentThreadId() (id uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1793:	r0, _, _ := syscall.Syscall(procGetCurrentThreadId.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1794-	id = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1798-func CreateEvent(eventAttrs *SecurityAttributes, manualReset uint32, initialState uint32, name *uint16) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1799:	r0, _, e1 := syscall.Syscall6(procCreateEventW.Addr(), 4, uintptr(unsafe.Pointer(eventAttrs)), uintptr(manualReset), uintptr(initialState), uintptr(unsafe.Pointer(name)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1800-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1811-func CreateEventEx(eventAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1812:	r0, _, e1 := syscall.Syscall6(procCreateEventExW.Addr(), 4, uintptr(unsafe.Pointer(eventAttrs)), uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(desiredAccess), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1813-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1830-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1831:	r0, _, e1 := syscall.Syscall(procOpenEventW.Addr(), 3, uintptr(desiredAccess), uintptr(_p0), uintptr(unsafe.Pointer(name)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1832-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1843-func SetEvent(event Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1844:	r1, _, e1 := syscall.Syscall(procSetEvent.Addr(), 1, uintptr(event), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1845-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1855-func ResetEvent(event Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1856:	r1, _, e1 := syscall.Syscall(procResetEvent.Addr(), 1, uintptr(event), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1857-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1867-func PulseEvent(event Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1868:	r1, _, e1 := syscall.Syscall(procPulseEvent.Addr(), 1, uintptr(event), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1869-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1879-func DefineDosDevice(flags uint32, deviceName *uint16, targetPath *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1880:	r1, _, e1 := syscall.Syscall(procDefineDosDeviceW.Addr(), 3, uintptr(flags), uintptr(unsafe.Pointer(deviceName)), uintptr(unsafe.Pointer(targetPath)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1881-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1891-func DeleteVolumeMountPoint(volumeMountPoint *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1892:	r1, _, e1 := syscall.Syscall(procDeleteVolumeMountPointW.Addr(), 1, uintptr(unsafe.Pointer(volumeMountPoint)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1893-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1903-func FindFirstVolume(volumeName *uint16, bufferLength uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1904:	r0, _, e1 := syscall.Syscall(procFindFirstVolumeW.Addr(), 2, uintptr(unsafe.Pointer(volumeName)), uintptr(bufferLength), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1905-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1916-func FindFirstVolumeMountPoint(rootPathName *uint16, volumeMountPoint *uint16, bufferLength uint32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1917:	r0, _, e1 := syscall.Syscall(procFindFirstVolumeMountPointW.Addr(), 3, uintptr(unsafe.Pointer(rootPathName)), uintptr(unsafe.Pointer(volumeMountPoint)), uintptr(bufferLength))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1918-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1929-func FindNextVolume(findVolume Handle, volumeName *uint16, bufferLength uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1930:	r1, _, e1 := syscall.Syscall(procFindNextVolumeW.Addr(), 3, uintptr(findVolume), uintptr(unsafe.Pointer(volumeName)), uintptr(bufferLength))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1931-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1941-func FindNextVolumeMountPoint(findVolumeMountPoint Handle, volumeMountPoint *uint16, bufferLength uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1942:	r1, _, e1 := syscall.Syscall(procFindNextVolumeMountPointW.Addr(), 3, uintptr(findVolumeMountPoint), uintptr(unsafe.Pointer(volumeMountPoint)), uintptr(bufferLength))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1943-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1953-func FindVolumeClose(findVolume Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1954:	r1, _, e1 := syscall.Syscall(procFindVolumeClose.Addr(), 1, uintptr(findVolume), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1955-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1965-func FindVolumeMountPointClose(findVolumeMountPoint Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1966:	r1, _, e1 := syscall.Syscall(procFindVolumeMountPointClose.Addr(), 1, uintptr(findVolumeMountPoint), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1967-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1977-func GetDriveType(rootPathName *uint16) (driveType uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1978:	r0, _, _ := syscall.Syscall(procGetDriveTypeW.Addr(), 1, uintptr(unsafe.Pointer(rootPathName)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1979-	driveType = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1983-func GetLogicalDrives() (drivesBitMask uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1984:	r0, _, e1 := syscall.Syscall(procGetLogicalDrives.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1985-	drivesBitMask = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1996-func GetLogicalDriveStrings(bufferLength uint32, buffer *uint16) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:1997:	r0, _, e1 := syscall.Syscall(procGetLogicalDriveStringsW.Addr(), 2, uintptr(bufferLength), uintptr(unsafe.Pointer(buffer)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-1998-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2009-func GetVolumeInformation(rootPathName *uint16, volumeNameBuffer *uint16, volumeNameSize uint32, volumeNameSerialNumber *uint32, maximumComponentLength *uint32, fileSystemFlags *uint32, fileSystemNameBuffer *uint16, fileSystemNameSize uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2010:	r1, _, e1 := syscall.Syscall9(procGetVolumeInformationW.Addr(), 8, uintptr(unsafe.Pointer(rootPathName)), uintptr(unsafe.Pointer(volumeNameBuffer)), uintptr(volumeNameSize), uintptr(unsafe.Pointer(volumeNameSerialNumber)), uintptr(unsafe.Pointer(maximumComponentLength)), uintptr(unsafe.Pointer(fileSystemFlags)), uintptr(unsafe.Pointer(fileSystemNameBuffer)), uintptr(fileSystemNameSize), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2011-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2021-func GetVolumeInformationByHandle(file Handle, volumeNameBuffer *uint16, volumeNameSize uint32, volumeNameSerialNumber *uint32, maximumComponentLength *uint32, fileSystemFlags *uint32, fileSystemNameBuffer *uint16, fileSystemNameSize uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2022:	r1, _, e1 := syscall.Syscall9(procGetVolumeInformationByHandleW.Addr(), 8, uintptr(file), uintptr(unsafe.Pointer(volumeNameBuffer)), uintptr(volumeNameSize), uintptr(unsafe.Pointer(volumeNameSerialNumber)), uintptr(unsafe.Pointer(maximumComponentLength)), uintptr(unsafe.Pointer(fileSystemFlags)), uintptr(unsafe.Pointer(fileSystemNameBuffer)), uintptr(fileSystemNameSize), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2023-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2033-func GetVolumeNameForVolumeMountPoint(volumeMountPoint *uint16, volumeName *uint16, bufferlength uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2034:	r1, _, e1 := syscall.Syscall(procGetVolumeNameForVolumeMountPointW.Addr(), 3, uintptr(unsafe.Pointer(volumeMountPoint)), uintptr(unsafe.Pointer(volumeName)), uintptr(bufferlength))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2035-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2045-func GetVolumePathName(fileName *uint16, volumePathName *uint16, bufferLength uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2046:	r1, _, e1 := syscall.Syscall(procGetVolumePathNameW.Addr(), 3, uintptr(unsafe.Pointer(fileName)), uintptr(unsafe.Pointer(volumePathName)), uintptr(bufferLength))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2047-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2057-func GetVolumePathNamesForVolumeName(volumeName *uint16, volumePathNames *uint16, bufferLength uint32, returnLength *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2058:	r1, _, e1 := syscall.Syscall6(procGetVolumePathNamesForVolumeNameW.Addr(), 4, uintptr(unsafe.Pointer(volumeName)), uintptr(unsafe.Pointer(volumePathNames)), uintptr(bufferLength), uintptr(unsafe.Pointer(returnLength)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2059-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2069-func QueryDosDevice(deviceName *uint16, targetPath *uint16, max uint32) (n uint32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2070:	r0, _, e1 := syscall.Syscall(procQueryDosDeviceW.Addr(), 3, uintptr(unsafe.Pointer(deviceName)), uintptr(unsafe.Pointer(targetPath)), uintptr(max))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2071-	n = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2082-func SetVolumeLabel(rootPathName *uint16, volumeName *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2083:	r1, _, e1 := syscall.Syscall(procSetVolumeLabelW.Addr(), 2, uintptr(unsafe.Pointer(rootPathName)), uintptr(unsafe.Pointer(volumeName)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2084-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2094-func SetVolumeMountPoint(volumeMountPoint *uint16, volumeName *uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2095:	r1, _, e1 := syscall.Syscall(procSetVolumeMountPointW.Addr(), 2, uintptr(unsafe.Pointer(volumeMountPoint)), uintptr(unsafe.Pointer(volumeName)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2096-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2106-func WSAStartup(verreq uint32, data *WSAData) (sockerr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2107:	r0, _, _ := syscall.Syscall(procWSAStartup.Addr(), 2, uintptr(verreq), uintptr(unsafe.Pointer(data)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2108-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2114-func WSACleanup() (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2115:	r1, _, e1 := syscall.Syscall(procWSACleanup.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2116-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2126-func WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2127:	r1, _, e1 := syscall.Syscall9(procWSAIoctl.Addr(), 9, uintptr(s), uintptr(iocc), uintptr(unsafe.Pointer(inbuf)), uintptr(cbif), uintptr(unsafe.Pointer(outbuf)), uintptr(cbob), uintptr(unsafe.Pointer(cbbr)), uintptr(unsafe.Pointer(overlapped)), uintptr(completionRoutine))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2128-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2138-func socket(af int32, typ int32, protocol int32) (handle Handle, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2139:	r0, _, e1 := syscall.Syscall(procsocket.Addr(), 3, uintptr(af), uintptr(typ), uintptr(protocol))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2140-	handle = Handle(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2151-func Setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2152:	r1, _, e1 := syscall.Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2153-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2163-func Getsockopt(s Handle, level int32, optname int32, optval *byte, optlen *int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2164:	r1, _, e1 := syscall.Syscall6(procgetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(unsafe.Pointer(optlen)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2165-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2175-func bind(s Handle, name unsafe.Pointer, namelen int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2176:	r1, _, e1 := syscall.Syscall(procbind.Addr(), 3, uintptr(s), uintptr(name), uintptr(namelen))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2177-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2187-func connect(s Handle, name unsafe.Pointer, namelen int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2188:	r1, _, e1 := syscall.Syscall(procconnect.Addr(), 3, uintptr(s), uintptr(name), uintptr(namelen))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2189-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2199-func getsockname(s Handle, rsa *RawSockaddrAny, addrlen *int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2200:	r1, _, e1 := syscall.Syscall(procgetsockname.Addr(), 3, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2201-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2211-func getpeername(s Handle, rsa *RawSockaddrAny, addrlen *int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2212:	r1, _, e1 := syscall.Syscall(procgetpeername.Addr(), 3, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2213-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2223-func listen(s Handle, backlog int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2224:	r1, _, e1 := syscall.Syscall(proclisten.Addr(), 2, uintptr(s), uintptr(backlog), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2225-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2235-func shutdown(s Handle, how int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2236:	r1, _, e1 := syscall.Syscall(procshutdown.Addr(), 2, uintptr(s), uintptr(how), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2237-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2247-func Closesocket(s Handle) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2248:	r1, _, e1 := syscall.Syscall(procclosesocket.Addr(), 1, uintptr(s), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2249-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2259-func AcceptEx(ls Handle, as Handle, buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, recvd *uint32, overlapped *Overlapped) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2260:	r1, _, e1 := syscall.Syscall9(procAcceptEx.Addr(), 8, uintptr(ls), uintptr(as), uintptr(unsafe.Pointer(buf)), uintptr(rxdatalen), uintptr(laddrlen), uintptr(raddrlen), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(overlapped)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2261-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2271-func GetAcceptExSockaddrs(buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, lrsa **RawSockaddrAny, lrsalen *int32, rrsa **RawSockaddrAny, rrsalen *int32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2272:	syscall.Syscall9(procGetAcceptExSockaddrs.Addr(), 8, uintptr(unsafe.Pointer(buf)), uintptr(rxdatalen), uintptr(laddrlen), uintptr(raddrlen), uintptr(unsafe.Pointer(lrsa)), uintptr(unsafe.Pointer(lrsalen)), uintptr(unsafe.Pointer(rrsa)), uintptr(unsafe.Pointer(rrsalen)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2273-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2276-func WSARecv(s Handle, bufs *WSABuf, bufcnt uint32, recvd *uint32, flags *uint32, overlapped *Overlapped, croutine *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2277:	r1, _, e1 := syscall.Syscall9(procWSARecv.Addr(), 7, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(flags)), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2278-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2288-func WSASend(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, overlapped *Overlapped, croutine *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2289:	r1, _, e1 := syscall.Syscall9(procWSASend.Addr(), 7, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(sent)), uintptr(flags), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2290-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2300-func WSARecvFrom(s Handle, bufs *WSABuf, bufcnt uint32, recvd *uint32, flags *uint32, from *RawSockaddrAny, fromlen *int32, overlapped *Overlapped, croutine *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2301:	r1, _, e1 := syscall.Syscall9(procWSARecvFrom.Addr(), 9, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(flags)), uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(fromlen)), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2302-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2312-func WSASendTo(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to *RawSockaddrAny, tolen int32, overlapped *Overlapped, croutine *byte) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2313:	r1, _, e1 := syscall.Syscall9(procWSASendTo.Addr(), 9, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(sent)), uintptr(flags), uintptr(unsafe.Pointer(to)), uintptr(tolen), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2314-	if r1 == socket_error {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2333-func _GetHostByName(name *byte) (h *Hostent, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2334:	r0, _, e1 := syscall.Syscall(procgethostbyname.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2335-	h = (*Hostent)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2360-func _GetServByName(name *byte, proto *byte) (s *Servent, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2361:	r0, _, e1 := syscall.Syscall(procgetservbyname.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(proto)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2362-	s = (*Servent)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2373-func Ntohs(netshort uint16) (u uint16) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2374:	r0, _, _ := syscall.Syscall(procntohs.Addr(), 1, uintptr(netshort), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2375-	u = uint16(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2388-func _GetProtoByName(name *byte) (p *Protoent, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2389:	r0, _, e1 := syscall.Syscall(procgetprotobyname.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2390-	p = (*Protoent)(unsafe.Pointer(r0))
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2410-func _DnsQuery(name *uint16, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2411:	r0, _, _ := syscall.Syscall6(procDnsQuery_W.Addr(), 6, uintptr(unsafe.Pointer(name)), uintptr(qtype), uintptr(options), uintptr(unsafe.Pointer(extra)), uintptr(unsafe.Pointer(qrs)), uintptr(unsafe.Pointer(pr)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2412-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2418-func DnsRecordListFree(rl *DNSRecord, freetype uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2419:	syscall.Syscall(procDnsRecordListFree.Addr(), 2, uintptr(unsafe.Pointer(rl)), uintptr(freetype), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2420-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2423-func DnsNameCompare(name1 *uint16, name2 *uint16) (same bool) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2424:	r0, _, _ := syscall.Syscall(procDnsNameCompare_W.Addr(), 2, uintptr(unsafe.Pointer(name1)), uintptr(unsafe.Pointer(name2)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2425-	same = r0 != 0
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2429-func GetAddrInfoW(nodename *uint16, servicename *uint16, hints *AddrinfoW, result **AddrinfoW) (sockerr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2430:	r0, _, _ := syscall.Syscall6(procGetAddrInfoW.Addr(), 4, uintptr(unsafe.Pointer(nodename)), uintptr(unsafe.Pointer(servicename)), uintptr(unsafe.Pointer(hints)), uintptr(unsafe.Pointer(result)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2431-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2437-func FreeAddrInfoW(addrinfo *AddrinfoW) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2438:	syscall.Syscall(procFreeAddrInfoW.Addr(), 1, uintptr(unsafe.Pointer(addrinfo)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2439-	return
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2442-func GetIfEntry(pIfRow *MibIfRow) (errcode error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2443:	r0, _, _ := syscall.Syscall(procGetIfEntry.Addr(), 1, uintptr(unsafe.Pointer(pIfRow)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2444-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2450-func GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2451:	r0, _, _ := syscall.Syscall(procGetAdaptersInfo.Addr(), 2, uintptr(unsafe.Pointer(ai)), uintptr(unsafe.Pointer(ol)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2452-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2458-func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2459:	r1, _, e1 := syscall.Syscall(procSetFileCompletionNotificationModes.Addr(), 2, uintptr(handle), uintptr(flags), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2460-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2470-func WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2471:	r0, _, e1 := syscall.Syscall(procWSAEnumProtocolsW.Addr(), 3, uintptr(unsafe.Pointer(protocols)), uintptr(unsafe.Pointer(protocolBuffer)), uintptr(unsafe.Pointer(bufferLength)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2472-	n = int32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2483-func GetAdaptersAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, sizePointer *uint32) (errcode error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2484:	r0, _, _ := syscall.Syscall6(procGetAdaptersAddresses.Addr(), 5, uintptr(family), uintptr(flags), uintptr(reserved), uintptr(unsafe.Pointer(adapterAddresses)), uintptr(unsafe.Pointer(sizePointer)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2485-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2491-func GetACP() (acp uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2492:	r0, _, _ := syscall.Syscall(procGetACP.Addr(), 0, 0, 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2493-	acp = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2497-func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2498:	r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2499-	nwrite = int32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2510-func TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2511:	r1, _, e1 := syscall.Syscall6(procTranslateNameW.Addr(), 5, uintptr(unsafe.Pointer(accName)), uintptr(accNameFormat), uintptr(desiredNameFormat), uintptr(unsafe.Pointer(translatedName)), uintptr(unsafe.Pointer(nSize)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2512-	if r1&0xff == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2522-func GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2523:	r1, _, e1 := syscall.Syscall(procGetUserNameExW.Addr(), 3, uintptr(nameFormat), uintptr(unsafe.Pointer(nameBuffre)), uintptr(unsafe.Pointer(nSize)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2524-	if r1&0xff == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2534-func NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2535:	r0, _, _ := syscall.Syscall6(procNetUserGetInfo.Addr(), 4, uintptr(unsafe.Pointer(serverName)), uintptr(unsafe.Pointer(userName)), uintptr(level), uintptr(unsafe.Pointer(buf)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2536-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2542-func NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2543:	r0, _, _ := syscall.Syscall(procNetGetJoinInformation.Addr(), 3, uintptr(unsafe.Pointer(server)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(bufType)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2544-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2550-func NetApiBufferFree(buf *byte) (neterr error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2551:	r0, _, _ := syscall.Syscall(procNetApiBufferFree.Addr(), 1, uintptr(unsafe.Pointer(buf)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2552-	if r0 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2558-func LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2559:	r1, _, e1 := syscall.Syscall9(procLookupAccountSidW.Addr(), 7, uintptr(unsafe.Pointer(systemName)), uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(refdDomainName)), uintptr(unsafe.Pointer(refdDomainNameLen)), uintptr(unsafe.Pointer(use)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2560-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2570-func LookupAccountName(systemName *uint16, accountName *uint16, sid *SID, sidLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2571:	r1, _, e1 := syscall.Syscall9(procLookupAccountNameW.Addr(), 7, uintptr(unsafe.Pointer(systemName)), uintptr(unsafe.Pointer(accountName)), uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(sidLen)), uintptr(unsafe.Pointer(refdDomainName)), uintptr(unsafe.Pointer(refdDomainNameLen)), uintptr(unsafe.Pointer(use)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2572-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2582-func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2583:	r1, _, e1 := syscall.Syscall(procConvertSidToStringSidW.Addr(), 2, uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(stringSid)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2584-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2594-func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2595:	r1, _, e1 := syscall.Syscall(procConvertStringSidToSidW.Addr(), 2, uintptr(unsafe.Pointer(stringSid)), uintptr(unsafe.Pointer(sid)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2596-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2606-func GetLengthSid(sid *SID) (len uint32) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2607:	r0, _, _ := syscall.Syscall(procGetLengthSid.Addr(), 1, uintptr(unsafe.Pointer(sid)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2608-	len = uint32(r0)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2612-func CopySid(destSidLen uint32, destSid *SID, srcSid *SID) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2613:	r1, _, e1 := syscall.Syscall(procCopySid.Addr(), 3, uintptr(destSidLen), uintptr(unsafe.Pointer(destSid)), uintptr(unsafe.Pointer(srcSid)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2614-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2624-func AllocateAndInitializeSid(identAuth *SidIdentifierAuthority, subAuth byte, subAuth0 uint32, subAuth1 uint32, subAuth2 uint32, subAuth3 uint32, subAuth4 uint32, subAuth5 uint32, subAuth6 uint32, subAuth7 uint32, sid **SID) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2625:	r1, _, e1 := syscall.Syscall12(procAllocateAndInitializeSid.Addr(), 11, uintptr(unsafe.Pointer(identAuth)), uintptr(subAuth), uintptr(subAuth0), uintptr(subAuth1), uintptr(subAuth2), uintptr(subAuth3), uintptr(subAuth4), uintptr(subAuth5), uintptr(subAuth6), uintptr(subAuth7), uintptr(unsafe.Pointer(sid)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2626-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2636-func FreeSid(sid *SID) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2637:	r1, _, e1 := syscall.Syscall(procFreeSid.Addr(), 1, uintptr(unsafe.Pointer(sid)), 0, 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2638-	if r1 != 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2648-func EqualSid(sid1 *SID, sid2 *SID) (isEqual bool) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2649:	r0, _, _ := syscall.Syscall(procEqualSid.Addr(), 2, uintptr(unsafe.Pointer(sid1)), uintptr(unsafe.Pointer(sid2)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2650-	isEqual = r0 != 0
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2654-func checkTokenMembership(tokenHandle Token, sidToCheck *SID, isMember *int32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2655:	r1, _, e1 := syscall.Syscall(procCheckTokenMembership.Addr(), 3, uintptr(tokenHandle), uintptr(unsafe.Pointer(sidToCheck)), uintptr(unsafe.Pointer(isMember)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2656-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2666-func OpenProcessToken(h Handle, access uint32, token *Token) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2667:	r1, _, e1 := syscall.Syscall(procOpenProcessToken.Addr(), 3, uintptr(h), uintptr(access), uintptr(unsafe.Pointer(token)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2668-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2678-func GetTokenInformation(t Token, infoClass uint32, info *byte, infoLen uint32, returnedLen *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2679:	r1, _, e1 := syscall.Syscall6(procGetTokenInformation.Addr(), 5, uintptr(t), uintptr(infoClass), uintptr(unsafe.Pointer(info)), uintptr(infoLen), uintptr(unsafe.Pointer(returnedLen)), 0)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2680-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2690-func GetUserProfileDirectory(t Token, dir *uint16, dirLen *uint32) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go:2691:	r1, _, e1 := syscall.Syscall(procGetUserProfileDirectoryW.Addr(), 3, uintptr(t), uintptr(unsafe.Pointer(dir)), uintptr(unsafe.Pointer(dirLen)))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/sys/windows/zsyscall_windows.go-2692-	if r1 == 0 {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-256-	return func(v reflect.Value) (err error) {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go:257:		if e, ok := v.Addr().Interface().(Elem); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-258-			err = cldr.resolveAndMergeAlias(e)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-416-	}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go:417:	n.Interface().(Elem).GetCommon().setEnclosing(enc.Addr().Interface().(Elem))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-418-	return n
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-522-			}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go:523:			index[key].Interface().(Elem).setEnclosing(enc.Addr().Interface().(Elem))
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/golang.org/x/text/unicode/cldr/resolve.go-524-			if err != nil {
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-517-		s.mu.Lock()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go:518:		s.errorf("ServerHandshake(%q) failed: %v", rawConn.RemoteAddr(), err)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-519-		s.mu.Unlock()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go:520:		grpclog.Warningf("grpc: Server.Serve failed to complete security handshake from %q: %v", rawConn.RemoteAddr(), err)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-521-		// If serverHandshake returns ErrConnDispatched, keep rawConn open.
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-567-		s.mu.Lock()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go:568:		s.errorf("NewServerTransport(%q) failed: %v", c.RemoteAddr(), err)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-569-		s.mu.Unlock()
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-678-	trInfo.firstLine.client = false
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go:679:	trInfo.firstLine.remoteAddr = st.RemoteAddr()
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/server.go-680-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go-137-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go:138:func (ht *serverHandlerTransport) RemoteAddr() net.Addr { return strAddr(ht.req.RemoteAddr) }
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go-139-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go-324-	pr := &peer.Peer{
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go:325:		Addr: ht.RemoteAddr(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/handler_server.go-326-	}
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_client.go-214-		conn:       conn,
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_client.go:215:		remoteAddr: conn.RemoteAddr(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_client.go:216:		localAddr:  conn.LocalAddr(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_client.go-217-		authInfo:   authInfo,
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go-190-		conn:              conn,
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go:191:		remoteAddr:        conn.RemoteAddr(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go:192:		localAddr:         conn.LocalAddr(),
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go-193-		authInfo:          config.AuthInfo,
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go-1149-
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go:1150:func (t *http2Server) RemoteAddr() net.Addr {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/http2_server.go-1151-	return t.remoteAddr
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/transport.go-635-	// RemoteAddr returns the remote network address.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/transport.go:636:	RemoteAddr() net.Addr
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/google.golang.org/grpc/transport/transport.go-637-
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-306-		}
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go:307:		if out.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go:308:			if u, ok := out.Addr().Interface().(Unmarshaler); ok {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-309-				good = d.callUnmarshaler(n, u)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-385-	if resolved == nil {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go:386:		if out.Kind() == reflect.Map && !out.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-387-			resetMap(out)
##############################################
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-399-	// set its value.
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go:400:	if out.CanAddr() {
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go:401:		u, ok := out.Addr().Interface().(encoding.TextUnmarshaler)
golang-github-coreos-discovery-etcd-io-2.0.0+git2019.04.19.git.78fb45d3c9/vendor/gopkg.in/yaml.v2/decode.go-402-		if ok {
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-300-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:301:var rgxEach = regexp.MustCompile(`^each\s+(\$[\w0-9\-_]*)(?:\s*,\s*(\$[\w0-9\-_]*))?\s+in\s+(.+)$`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-302-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-311-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:312:var rgxAssignment = regexp.MustCompile(`^(\$[\w0-9\-_]*)?\s*=\s*(.+)$`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-313-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-338-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:339:var rgxId = regexp.MustCompile(`^#([\w-]+)(?:\s*\?\s*(.*)$)?`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-340-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-349-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:350:var rgxClassName = regexp.MustCompile(`^\.([\w-]+)(?:\s*\?\s*(.*)$)?`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-351-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-360-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:361:var rgxAttribute = regexp.MustCompile(`^\[([\w\-:@\.]+)\s*(?:=\s*(\"([^\"\\]*)\"|([^\]]+)))?\](?:\s*\?\s*(.*)$)?`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-362-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-420-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go:421:var rgxMixin = regexp.MustCompile(`^mixin ([a-zA-Z_-]+\w*)(\(((\$\w*(,\s)?)*)\))?$`)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/parser/scanner.go-422-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-236-func Test_FuncCall(t *testing.T) {
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go:237:	res, err := run(`div[data-map=json($)]`, map[string]int{"A": 2, "B": 3, "C": 4})
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-238-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-268-
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go:269:	res, err := run(`#{ $.MethodWithArg("world") }`, d)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-270-
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-320-func Test_Dollar_In_TagAttributes(t *testing.T) {
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go:321:	res, err := run(`input[placeholder="$ per "+kwh]`, map[string]interface{}{
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-322-		"kwh": "kWh",
##############################################
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-327-	} else {
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go:328:		expect(res, `<input placeholder="$ per kWh" />`, t)
golang-github-eknkc-amber-0.0~git20171010.cdade1c/amber_test.go-329-	}
##############################################
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-147-    import { NODE_ENV } from 'env'
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md:148:    console.log(`NODE_ENV is ${NODE_ENV}`)
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-149-    ```
##############################################
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-950-    ```ts
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md:951:    let foo: `${'a' | 'b'}-${'c' | 'd'}` = 'a-c'
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-952-    ```
##############################################
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-1418-
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md:1419:    You can now use non-tag template literals such as `` `abc` `` and `` `a${b}c` `` with `--target=es5` and esbuild will convert them to string addition such as `"abc"` and `"a" + b + "c"` instead of reporting an error.
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-1420-
##############################################
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-2318-        let joined = args.map(x => JSON.stringify(x)).join(', ')
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md:2319:        console.log(`${key}(${joined}) => ${JSON.stringify(result)}`)
golang-github-evanw-esbuild-0.8.6/CHANGELOG.md-2320-        return result
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-6-npm/esbuild-wasm/esbuild.wasm: cmd/esbuild/*.go pkg/*/*.go internal/*/*.go
golang-github-evanw-esbuild-0.8.6/Makefile:7:	GOOS=js GOARCH=wasm go build -o npm/esbuild-wasm/esbuild.wasm ./cmd/esbuild
golang-github-evanw-esbuild-0.8.6/Makefile-8-
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-32-test-wasm:
golang-github-evanw-esbuild-0.8.6/Makefile:33:	PATH="$(shell go env GOROOT)/misc/wasm:$$PATH" GOOS=js GOARCH=wasm go test ./internal/...
golang-github-evanw-esbuild-0.8.6/Makefile-34-
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-53-cmd/esbuild/version.go: version.txt
golang-github-evanw-esbuild-0.8.6/Makefile:54:	node -e 'console.log(`package main\n\nconst esbuildVersion = "$(ESBUILD_VERSION)"`)' > cmd/esbuild/version.go
golang-github-evanw-esbuild-0.8.6/Makefile-55-
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-66-		platform-linux-ppc64le \
golang-github-evanw-esbuild-0.8.6/Makefile:67:		platform-wasm \
golang-github-evanw-esbuild-0.8.6/Makefile-68-		platform-neutral
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-104-
golang-github-evanw-esbuild-0.8.6/Makefile:105:platform-wasm: esbuild npm/esbuild-wasm/esbuild.wasm | scripts/node_modules npm/esbuild-wasm/wasm_exec.js
golang-github-evanw-esbuild-0.8.6/Makefile:106:	cd npm/esbuild-wasm && npm version "$(ESBUILD_VERSION)" --allow-same-version
golang-github-evanw-esbuild-0.8.6/Makefile-107-	mkdir -p npm/esbuild-wasm/lib
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-168-publish-wasm: platform-wasm
golang-github-evanw-esbuild-0.8.6/Makefile:169:	test -n "$(OTP)" && cd npm/esbuild-wasm && npm publish --otp="$(OTP)"
golang-github-evanw-esbuild-0.8.6/Makefile-170-
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-184-	rm -rf npm/esbuild-linux-ppc64le/bin
golang-github-evanw-esbuild-0.8.6/Makefile:185:	rm -f npm/esbuild-wasm/esbuild.wasm npm/esbuild-wasm/wasm_exec.js
golang-github-evanw-esbuild-0.8.6/Makefile-186-	rm -rf npm/esbuild/lib
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-410-
golang-github-evanw-esbuild-0.8.6/Makefile:411:demo-three-eswasm: npm/esbuild-wasm/esbuild.wasm | demo/three npm/esbuild-wasm/wasm_exec.js
golang-github-evanw-esbuild-0.8.6/Makefile-412-	rm -fr demo/three/eswasm
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-515-
golang-github-evanw-esbuild-0.8.6/Makefile:516:bench-three-eswasm: npm/esbuild-wasm/esbuild.wasm | bench/three npm/esbuild-wasm/wasm_exec.js
golang-github-evanw-esbuild-0.8.6/Makefile-517-	rm -fr bench/three/eswasm
##############################################
golang-github-evanw-esbuild-0.8.6/Makefile-756-
golang-github-evanw-esbuild-0.8.6/Makefile:757:bench-readmin-eswasm: npm/esbuild-wasm/esbuild.wasm | bench/readmin npm/esbuild-wasm/wasm_exec.js
golang-github-evanw-esbuild-0.8.6/Makefile-758-	rm -fr bench/readmin/eswasm
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-814-				require(tag` + "`./b`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go:815:				require(` + "`./${b}`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-816-				import(tag` + "`./b`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go:817:				import(` + "`./${b}`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-818-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-821-					require(tag` + "`./b`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go:822:					require(` + "`./${b}`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-823-					import(tag` + "`./b`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go:824:					import(` + "`./${b}`" + `)
golang-github-evanw-esbuild-0.8.6/internal/bundler/bundler_default_test.go-825-				} catch {
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1215-`);G:{H:{I:{J:{K:{L:{M:{N:{O:{P:{Q:{R:{S:{T:{U:{V:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1216:`);W:{X:{Y:{Z:{_:{$:{nn:{ln:{an:{bn:{cn:{dn:{en:{fn:{gn:{hn:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1217-`);jn:{kn:{mn:{on:{pn:{qn:{rn:{sn:{tn:{un:{vn:{wn:{xn:{yn:{zn:{An:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1218-`);Bn:{Cn:{Dn:{En:{Fn:{Gn:{Hn:{In:{Jn:{Kn:{Ln:{Mn:{Nn:{On:{Pn:{Qn:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1219:`);Rn:{Sn:{Tn:{Un:{Vn:{Wn:{Xn:{Yn:{Zn:{_n:{$n:{nl:{ll:{al:{bl:{cl:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1220-`);dl:{el:{fl:{gl:{hl:{il:{jl:{kl:{ml:{ol:{pl:{ql:{rl:{sl:{tl:{ul:{nl(`
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1222-`);Ll:{Ml:{Nl:{Ol:{Pl:{Ql:{Rl:{Sl:{Tl:{Ul:{Vl:{Wl:{Xl:{Yl:{Zl:{_l:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1223:`);$l:{na:{la:{aa:{ba:{ca:{da:{ea:{fa:{ga:{ha:{ia:{ja:{ka:{ma:{oa:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1224-`);pa:{qa:{ra:{sa:{ta:{ua:{va:{wa:{xa:{ya:{za:{Aa:{Ba:{Ca:{Da:{Ea:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1225-`);Fa:{Ga:{Ha:{Ia:{Ja:{Ka:{La:{Ma:{Na:{Oa:{Pa:{Qa:{Ra:{Sa:{Ta:{Ua:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1226:`);Va:{Wa:{Xa:{Ya:{Za:{_a:{$a:{nb:{lb:{ab:{bb:{cb:{db:{eb:{fb:{gb:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1227-`);hb:{ib:{jb:{kb:{mb:{ob:{pb:{qb:{rb:{sb:{tb:{ub:{vb:{wb:{xb:{yb:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1228-`);zb:{Ab:{Bb:{Cb:{Db:{Eb:{Fb:{Gb:{Hb:{Ib:{Jb:{Kb:{Lb:{Mb:{Nb:{Ob:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1229:`);Pb:{Qb:{Rb:{Sb:{Tb:{Ub:{Vb:{Wb:{Xb:{Yb:{Zb:{_b:{$b:{nc:{lc:{ac:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1230-`);bc:{cc:{dc:{ec:{fc:{gc:{hc:{ic:{jc:{kc:{mc:{oc:{pc:{qc:{rc:{sc:{nl(`
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1232-`);Jc:{Kc:{Lc:{Mc:{Nc:{Oc:{Pc:{Qc:{Rc:{Sc:{Tc:{Uc:{Vc:{Wc:{Xc:{Yc:{nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1233:`);Zc:{_c:{$c:{nd:{ld:{ad:{bd:{cd:{dd:{ed:{fd:{gd:{hd:;}}}}}}}}}}}}}}}}}nl(`
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1234-`)}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}nl(`
##############################################
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1604-require(tag`./b`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1605:require(`./${b}`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1606-import(tag`./b`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1607:import(`./${b}`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1608-try {
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1609-  require(tag`./b`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1610:  require(`./${b}`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1611-  import(tag`./b`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt:1612:  import(`./${b}`);
golang-github-evanw-esbuild-0.8.6/internal/bundler/snapshots/snapshots_default.txt-1613-} catch {
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-2236-			if len(head) == 0 {
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go:2237:				// "`${x}y`" => "x + 'y'"
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-2238-				part := parts[0]
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-2245-			} else {
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go:2246:				// "`x${y}`" => "'x' + y"
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-2247-				value = js_ast.Expr{Loc: loc, Data: &js_ast.EString{Value: head}}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-8258-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go:8259:		// "`a${'b'}c`" => "`abc`"
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser.go-8260-		if p.MangleSyntax && e.Tag == nil {
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1140-func TestTemplate(t *testing.T) {
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1141:	expectPrinted(t, "`a${1 + `b${2}c` + 3}d`", "`a${1 + `b${2}c` + 3}d`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1142-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1151-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1152:	expectPrinted(t, "`a\n${b}`", "`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1153:	expectPrinted(t, "`a\r${b}`", "`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1154:	expectPrinted(t, "`a\r\n${b}`", "`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1155:	expectPrinted(t, "`a\\n${b}`", "`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1156:	expectPrinted(t, "`a\\r${b}`", "`a\\r${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1157:	expectPrinted(t, "`a\\r\\n${b}`", "`a\\r\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1158:	expectPrinted(t, "`a\u2028${b}`", "`a\\u2028${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1159:	expectPrinted(t, "`a\u2029${b}`", "`a\\u2029${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1160-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1161:	expectPrinted(t, "`${a}\nb`", "`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1162:	expectPrinted(t, "`${a}\rb`", "`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1163:	expectPrinted(t, "`${a}\r\nb`", "`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1164:	expectPrinted(t, "`${a}\\nb`", "`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1165:	expectPrinted(t, "`${a}\\rb`", "`${a}\\rb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1166:	expectPrinted(t, "`${a}\\r\\nb`", "`${a}\\r\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1167:	expectPrinted(t, "`${a}\u2028b`", "`${a}\\u2028b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1168:	expectPrinted(t, "`${a}\u2029b`", "`${a}\\u2029b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1169-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1178-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1179:	expectPrinted(t, "tag`a\n${b}`", "tag`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1180:	expectPrinted(t, "tag`a\r${b}`", "tag`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1181:	expectPrinted(t, "tag`a\r\n${b}`", "tag`a\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1182:	expectPrinted(t, "tag`a\\n${b}`", "tag`a\\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1183:	expectPrinted(t, "tag`a\\r${b}`", "tag`a\\r${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1184:	expectPrinted(t, "tag`a\\r\\n${b}`", "tag`a\\r\\n${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1185:	expectPrinted(t, "tag`a\u2028${b}`", "tag`a\u2028${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1186:	expectPrinted(t, "tag`a\u2029${b}`", "tag`a\u2029${b}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1187-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1188:	expectPrinted(t, "tag`${a}\nb`", "tag`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1189:	expectPrinted(t, "tag`${a}\rb`", "tag`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1190:	expectPrinted(t, "tag`${a}\r\nb`", "tag`${a}\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1191:	expectPrinted(t, "tag`${a}\\nb`", "tag`${a}\\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1192:	expectPrinted(t, "tag`${a}\\rb`", "tag`${a}\\rb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1193:	expectPrinted(t, "tag`${a}\\r\\nb`", "tag`${a}\\r\\nb`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1194:	expectPrinted(t, "tag`${a}\u2028b`", "tag`${a}\u2028b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1195:	expectPrinted(t, "tag`${a}\u2029b`", "tag`${a}\u2029b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1196-}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1306-	expectPrinted(t, "'string' + `template`", "`stringtemplate`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1307:	expectPrinted(t, "'string' + `a${foo}b`", "`stringa${foo}b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1308-	expectPrinted(t, "'string' + tag`template`", "\"string\" + tag`template`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1309-	expectPrinted(t, "`template` + 'string'", "`templatestring`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1310:	expectPrinted(t, "`a${foo}b` + 'string'", "`a${foo}bstring`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1311-	expectPrinted(t, "tag`template` + 'string'", "tag`template` + \"string\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1312:	expectPrinted(t, "`template` + `a${foo}b`", "`templatea${foo}b`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1313:	expectPrinted(t, "`a${foo}b` + `template`", "`a${foo}btemplate`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1314:	expectPrinted(t, "`a${foo}b` + `x${bar}y`", "`a${foo}bx${bar}y`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1315:	expectPrinted(t, "`a${i}${j}bb` + `xxx${bar}yyyy`", "`a${i}${j}bbxxx${bar}yyyy`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:1316:	expectPrinted(t, "`a${foo}bb` + `xxx${i}${j}yyyy`", "`a${foo}bbxxx${i}${j}yyyy`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-1317-	expectPrinted(t, "`template` + tag`template2`", "`template` + tag`template2`;\n")
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-2014-func TestMangleTemplate(t *testing.T) {
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2015:	expectPrintedMangle(t, "_ = `a${x}b${y}c`", "_ = `a${x}b${y}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2016:	expectPrintedMangle(t, "_ = `a${x}b${'y'}c`", "_ = `a${x}byc`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2017:	expectPrintedMangle(t, "_ = `a${'x'}b${y}c`", "_ = `axb${y}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2018:	expectPrintedMangle(t, "_ = `a${'x'}b${'y'}c`", "_ = `axbyc`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-2019-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2020:	expectPrintedMangle(t, "tag`a${x}b${y}c`", "tag`a${x}b${y}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2021:	expectPrintedMangle(t, "tag`a${x}b${'y'}c`", "tag`a${x}b${\"y\"}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2022:	expectPrintedMangle(t, "tag`a${'x'}b${y}c`", "tag`a${\"x\"}b${y}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2023:	expectPrintedMangle(t, "tag`a${'x'}b${'y'}c`", "tag`a${\"x\"}b${\"y\"}c`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-2024-}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-2203-
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2204:	expectPrintedMangle(t, "tag`a${b}c${d}e`", "tag`a${b}c${d}e`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:2205:	expectPrintedMangle(t, "`a${b}c${d}e`", "\"\" + b + d;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-2206-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-3156-	expectPrintedTarget(t, 5, "`abc`;", "\"abc\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3157:	expectPrintedTarget(t, 5, "`a${b}`;", "\"a\" + b;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3158:	expectPrintedTarget(t, 5, "`${a}b`;", "a + \"b\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3159:	expectPrintedTarget(t, 5, "`${a}${b}`;", "a + \"\" + b;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3160:	expectPrintedTarget(t, 5, "`a${b}c`;", "\"a\" + b + \"c\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3161:	expectPrintedTarget(t, 5, "`a${b}${c}`;", "\"a\" + b + c;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3162:	expectPrintedTarget(t, 5, "`a${b}${c}d`;", "\"a\" + b + c + \"d\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3163:	expectPrintedTarget(t, 5, "`a${b}c${d}`;", "\"a\" + b + \"c\" + d;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3164:	expectPrintedTarget(t, 5, "`a${b}c${d}e`;", "\"a\" + b + \"c\" + d + \"e\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-3165-	expectParseErrorTarget(t, 5, "tag`abc`;",
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-3166-		"<stdin>: error: Transforming tagged template literals to the configured target environment is not supported yet\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go:3167:	expectParseErrorTarget(t, 5, "tag`a${b}c`;",
golang-github-evanw-esbuild-0.8.6/internal/js_parser/js_parser_test.go-3168-		"<stdin>: error: Transforming tagged template literals to the configured target environment is not supported yet\n")
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-272-	case js_lexer.TTemplateHead:
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go:273:		// "`${'a' | 'b'}-${'c' | 'd'}`"
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-274-		for {
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-406-				if p.lexer.IsContextualKeyword("as") {
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go:407:					// "{ [K in keyof T as `get-${K}`]: T[K] }"
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-408-					p.lexer.Next()
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-637-		js_lexer.TNoSubstitutionTemplateLiteral, // foo<T> `...`
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go:638:		js_lexer.TTemplateHead:                  // foo<T> `...${100}...`
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser.go-639-		return true
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-183-	// TypeScript 4.1
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go:184:	expectPrintedTS(t, "let foo: `${'a' | 'b'}-${'c' | 'd'}` = 'a-c'", "let foo = \"a-c\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-185-}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-834-`)
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go:835:	expectPrintedTS(t, "enum Foo { A, B, C = 'x', D, E, F = `y`, G = `${z}`, H = tag`` }", `var Foo;
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-836-(function(Foo) {
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-842-  Foo["F"] = `+"`y`"+`;
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go:843:  Foo[Foo["G"] = `+"`${z}`"+`] = "G";
golang-github-evanw-esbuild-0.8.6/internal/js_parser/ts_parser_test.go-844-  Foo[Foo["H"] = tag`+"``"+`] = "H";
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-369-	expectPrinted(t, "let x = `\\x01`", "let x = `\x01`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:370:	expectPrinted(t, "let x = `\\1${0}`", "let x = `\x01${0}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:371:	expectPrinted(t, "let x = `\\x01${0}`", "let x = `\x01${0}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:372:	expectPrinted(t, "let x = `${0}\\1`", "let x = `${0}\x01`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:373:	expectPrinted(t, "let x = `${0}\\x01`", "let x = `${0}\x01`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:374:	expectPrinted(t, "let x = `${0}\\1${1}`", "let x = `${0}\x01${1}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:375:	expectPrinted(t, "let x = `${0}\\x01${1}`", "let x = `${0}\x01${1}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-376-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-378-	expectPrinted(t, "let x = String.raw`\\x01`", "let x = String.raw`\\x01`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:379:	expectPrinted(t, "let x = String.raw`\\1${0}`", "let x = String.raw`\\1${0}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:380:	expectPrinted(t, "let x = String.raw`\\x01${0}`", "let x = String.raw`\\x01${0}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:381:	expectPrinted(t, "let x = String.raw`${0}\\1`", "let x = String.raw`${0}\\1`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:382:	expectPrinted(t, "let x = String.raw`${0}\\x01`", "let x = String.raw`${0}\\x01`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:383:	expectPrinted(t, "let x = String.raw`${0}\\1${1}`", "let x = String.raw`${0}\\1${1}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:384:	expectPrinted(t, "let x = String.raw`${0}\\x01${1}`", "let x = String.raw`${0}\\x01${1}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-385-
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:386:	expectPrinted(t, "let x = `${y}`", "let x = `${y}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:387:	expectPrinted(t, "let x = `$(y)`", "let x = `$(y)`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-388-	expectPrinted(t, "let x = `{y}$`", "let x = `{y}$`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:389:	expectPrinted(t, "let x = `$}y{`", "let x = `$}y{`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:390:	expectPrinted(t, "let x = `\\${y}`", "let x = `\\${y}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:391:	expectPrinted(t, "let x = `$\\{y}`", "let x = `\\${y}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-392-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-396-
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:397:	expectPrinted(t, "await tag`${x}`", "await tag`${x}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:398:	expectPrinted(t, "await (tag`${x}`)", "await tag`${x}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:399:	expectPrinted(t, "(await tag)`${x}`", "(await tag)`${x}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-400-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-409-
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:410:	expectPrinted(t, "new tag`${x}`", "new tag`${x}`();\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:411:	expectPrinted(t, "new (tag`${x}`)", "new tag`${x}`();\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:412:	expectPrinted(t, "new tag()`${x}`", "new tag()`${x}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:413:	expectPrinted(t, "(new tag)`${x}`", "new tag()`${x}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:414:	expectPrintedMinify(t, "new tag`${x}`", "new tag`${x}`;")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:415:	expectPrintedMinify(t, "new (tag`${x}`)", "new tag`${x}`;")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:416:	expectPrintedMinify(t, "new tag()`${x}`", "new tag()`${x}`;")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:417:	expectPrintedMinify(t, "(new tag)`${x}`", "new tag()`${x}`;")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-418-}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-690-	expectPrintedMangle(t, "let x = '\\n${}'", "let x = \"\\n${}\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:691:	expectPrintedMangle(t, "let x = `\n\\${}`", "let x = \"\\n${}\";\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go:692:	expectPrintedMangle(t, "let x = `\n\\${}${y}\\${}`", "let x = `\n\\${}${y}\\${}`;\n")
golang-github-evanw-esbuild-0.8.6/internal/js_printer/js_printer_test.go-693-}
##############################################
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go-37-	var unused uint32
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go:38:	isTTY, _, _ := syscall.Syscall(getConsoleMode.Addr(), 2, fd, uintptr(unsafe.Pointer(&unused)), 0)
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go-39-
##############################################
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go-41-	var info consoleScreenBufferInfo
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go:42:	syscall.Syscall(getConsoleScreenBufferInfo.Addr(), 2, fd, uintptr(unsafe.Pointer(&info)), 0)
golang-github-evanw-esbuild-0.8.6/internal/logger/logger_windows.go-43-
##############################################
golang-github-evanw-esbuild-0.8.6/lib/browser.ts-27-  if (!options.wasmURL) throw new Error('Must provide the "wasmURL" option');
golang-github-evanw-esbuild-0.8.6/lib/browser.ts:28:  return fetch(options.wasmURL).then(r => r.arrayBuffer()).then(wasm => {
golang-github-evanw-esbuild-0.8.6/lib/browser.ts-29-    let code = `{` +
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-7-  target += ''
golang-github-evanw-esbuild-0.8.6/lib/common.ts:8:  if (target.indexOf(',') >= 0) throw new Error(`Invalid target: ${target}`)
golang-github-evanw-esbuild-0.8.6/lib/common.ts-9-  return target
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-51-  let mustBe = mustBeFn(value);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:52:  if (mustBe !== null) throw new Error(`"${key}" must be ${mustBe}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-53-  return value;
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-58-    if (!(key in keys)) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:59:      throw new Error(`Invalid option: "${key}"`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-60-    }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-70-
golang-github-evanw-esbuild-0.8.6/lib/common.ts:71:  if (color) flags.push(`--color=${color}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-72-  else if (isTTY) flags.push(`--color=true`); // This is needed to fix "execFileSync" which buffers stderr
golang-github-evanw-esbuild-0.8.6/lib/common.ts:73:  flags.push(`--log-level=${logLevel || logLevelDefault}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:74:  flags.push(`--error-limit=${errorLimit || 0}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-75-}
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-93-  if (target) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:94:    if (Array.isArray(target)) flags.push(`--target=${Array.from(target).map(validateTarget).join(',')}`)
golang-github-evanw-esbuild-0.8.6/lib/common.ts:95:    else flags.push(`--target=${validateTarget(target)}`)
golang-github-evanw-esbuild-0.8.6/lib/common.ts-96-  }
golang-github-evanw-esbuild-0.8.6/lib/common.ts:97:  if (format) flags.push(`--format=${format}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:98:  if (globalName) flags.push(`--global-name=${globalName}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-99-
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-103-  if (minifyIdentifiers) flags.push('--minify-identifiers');
golang-github-evanw-esbuild-0.8.6/lib/common.ts:104:  if (charset) flags.push(`--charset=${charset}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-105-
golang-github-evanw-esbuild-0.8.6/lib/common.ts:106:  if (jsxFactory) flags.push(`--jsx-factory=${jsxFactory}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:107:  if (jsxFragment) flags.push(`--jsx-fragment=${jsxFragment}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-108-  if (define) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts-109-    for (let key in define) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:110:      if (key.indexOf('=') >= 0) throw new Error(`Invalid define: ${key}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:111:      flags.push(`--define:${key}=${define[key]}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-112-    }
golang-github-evanw-esbuild-0.8.6/lib/common.ts-113-  }
golang-github-evanw-esbuild-0.8.6/lib/common.ts:114:  if (pure) for (let fn of pure) flags.push(`--pure:${fn}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-115-  if (avoidTDZ) flags.push(`--avoid-tdz`);
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-149-
golang-github-evanw-esbuild-0.8.6/lib/common.ts:150:  if (sourcemap) flags.push(`--sourcemap${sourcemap === true ? '' : `=${sourcemap}`}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-151-  if (bundle) flags.push('--bundle');
golang-github-evanw-esbuild-0.8.6/lib/common.ts-152-  if (splitting) flags.push('--splitting');
golang-github-evanw-esbuild-0.8.6/lib/common.ts:153:  if (metafile) flags.push(`--metafile=${metafile}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:154:  if (outfile) flags.push(`--outfile=${outfile}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:155:  if (outdir) flags.push(`--outdir=${outdir}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:156:  if (outbase) flags.push(`--outbase=${outbase}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:157:  if (platform) flags.push(`--platform=${platform}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:158:  if (tsconfig) flags.push(`--tsconfig=${tsconfig}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:159:  if (resolveExtensions) flags.push(`--resolve-extensions=${resolveExtensions.join(',')}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:160:  if (publicPath) flags.push(`--public-path=${publicPath}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:161:  if (mainFields) flags.push(`--main-fields=${mainFields.join(',')}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:162:  if (external) for (let name of external) flags.push(`--external:${name}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:163:  if (inject) for (let path of inject) flags.push(`--inject:${path}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-164-  if (loader) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts-165-    for (let ext in loader) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:166:      if (ext.indexOf('=') >= 0) throw new Error(`Invalid extension: ${ext}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:167:      flags.push(`--loader:${ext}=${loader[ext]}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-168-    }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-171-    for (let ext in outExtension) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:172:      if (ext.indexOf('=') >= 0) throw new Error(`Invalid extension: ${ext}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:173:      flags.push(`--out-extension:${ext}=${outExtension[ext]}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-174-    }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-179-      entryPoint += '';
golang-github-evanw-esbuild-0.8.6/lib/common.ts:180:      if (entryPoint.startsWith('-')) throw new Error(`Invalid entry point: ${entryPoint}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-181-      flags.push(entryPoint);
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-192-
golang-github-evanw-esbuild-0.8.6/lib/common.ts:193:    if (sourcefile) flags.push(`--sourcefile=${sourcefile}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:194:    if (loader) flags.push(`--loader=${loader}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-195-    if (resolveDir) stdinResolveDir = resolveDir + '';
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-213-
golang-github-evanw-esbuild-0.8.6/lib/common.ts:214:  if (sourcemap) flags.push(`--sourcemap=${sourcemap === true ? 'external' : sourcemap}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:215:  if (tsconfigRaw) flags.push(`--tsconfig-raw=${typeof tsconfigRaw === 'string' ? tsconfigRaw : JSON.stringify(tsconfigRaw)}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:216:  if (sourcefile) flags.push(`--sourcefile=${sourcefile}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:217:  if (loader) flags.push(`--loader=${loader}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-218-
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-355-      if (binaryVersion !== ESBUILD_VERSION) {
golang-github-evanw-esbuild-0.8.6/lib/common.ts:356:        throw new Error(`Cannot start service: Host version "${ESBUILD_VERSION}" does not match binary version ${JSON.stringify(binaryVersion)}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-357-      }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-398-      };
golang-github-evanw-esbuild-0.8.6/lib/common.ts:399:      if (typeof name !== 'string' || name === '') throw new Error(`Plugin at index ${i} is missing a name`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:400:      if (typeof setup !== 'function') throw new Error(`[${plugin.name}] Missing a setup function`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-401-      i++;
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-408-          checkForInvalidFlags(options, keys);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:409:          if (filter == null) throw new Error(`[${plugin.name}] "onResolve" is missing a filter`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-410-          let id = nextCallbackID++;
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-419-          checkForInvalidFlags(options, keys);
golang-github-evanw-esbuild-0.8.6/lib/common.ts:420:          if (filter == null) throw new Error(`[${plugin.name}] "onLoad" is missing a filter`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-421-          let id = nextCallbackID++;
##############################################
golang-github-evanw-esbuild-0.8.6/lib/common.ts-686-  let limit = 5
golang-github-evanw-esbuild-0.8.6/lib/common.ts:687:  let summary = errors.length < 1 ? '' : ` with ${errors.length} error${errors.length < 2 ? '' : 's'}:` +
golang-github-evanw-esbuild-0.8.6/lib/common.ts-688-    errors.slice(0, limit + 1).map((e, i) => {
golang-github-evanw-esbuild-0.8.6/lib/common.ts-689-      if (i === limit) return '\n...';
golang-github-evanw-esbuild-0.8.6/lib/common.ts:690:      if (!e.location) return `\nerror: ${e.text}`;
golang-github-evanw-esbuild-0.8.6/lib/common.ts-691-      let { file, line, column } = e.location;
golang-github-evanw-esbuild-0.8.6/lib/common.ts:692:      return `\n${file}:${line}:${column}: error: ${e.text}`;
golang-github-evanw-esbuild-0.8.6/lib/common.ts-693-    }).join('');
golang-github-evanw-esbuild-0.8.6/lib/common.ts:694:  let error: any = new Error(`${text}${summary}`);
golang-github-evanw-esbuild-0.8.6/lib/common.ts-695-  error.errors = errors;
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-39-    didFail = true;
golang-github-evanw-esbuild-0.8.6/lib/install.ts:40:    console.error(`Trying to install "${name}" using npm`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts:41:    console.error(`Failed to install "${name}" using npm: ${err && err.message || err}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-42-  }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-46-  if (!buffer) {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:47:    const url = `https://registry.npmjs.org/${name}/-/${name}-${version}.tgz`;
golang-github-evanw-esbuild-0.8.6/lib/install.ts:48:    console.error(`Trying to download ${JSON.stringify(url)}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-49-    try {
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-51-    } catch (err) {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:52:      console.error(`Failed to download ${JSON.stringify(url)}: ${err && err.message || err}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-53-    }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-68-  } catch (err) {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:69:    console.error(`The version of the downloaded binary is incorrect: ${err && err.message || err}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-70-    console.error(`Install unsuccessful`);
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-87-  if (stdout !== version) {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:88:    throw new Error(`Expected ${JSON.stringify(version)} but got ${JSON.stringify(stdout)}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-89-  }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-93-  const home = os.homedir();
golang-github-evanw-esbuild-0.8.6/lib/install.ts:94:  const common = ['esbuild', 'bin', `${name}@${version}`];
golang-github-evanw-esbuild-0.8.6/lib/install.ts-95-  if (process.platform === 'darwin') return path.join(home, 'Library', 'Caches', ...common);
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-128-      if (res.statusCode !== 200)
golang-github-evanw-esbuild-0.8.6/lib/install.ts:129:        return reject(new Error(`Server responded with ${res.statusCode}`));
golang-github-evanw-esbuild-0.8.6/lib/install.ts-130-      let chunks: Buffer[] = [];
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-140-  } catch (err) {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:141:    throw new Error(`Invalid gzip data in archive: ${err && err.message || err}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-142-  }
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-144-  let offset = 0;
golang-github-evanw-esbuild-0.8.6/lib/install.ts:145:  file = `package/${file}`;
golang-github-evanw-esbuild-0.8.6/lib/install.ts-146-  while (offset < buffer.length) {
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-154-  }
golang-github-evanw-esbuild-0.8.6/lib/install.ts:155:  throw new Error(`Could not find ${JSON.stringify(file)} in archive`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-156-}
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-167-
golang-github-evanw-esbuild-0.8.6/lib/install.ts:168:  child_process.execSync(`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${name}@${version}`,
golang-github-evanw-esbuild-0.8.6/lib/install.ts-169-    { cwd: installDir, stdio: 'pipe', env });
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-250-
golang-github-evanw-esbuild-0.8.6/lib/install.ts:251:const key = `${process.platform} ${os.arch()} ${os.endianness()}`;
golang-github-evanw-esbuild-0.8.6/lib/install.ts-252-const knownWindowsPackages: Record<string, string> = {
##############################################
golang-github-evanw-esbuild-0.8.6/lib/install.ts-271-} else {
golang-github-evanw-esbuild-0.8.6/lib/install.ts:272:  console.error(`Unsupported platform: ${key}`);
golang-github-evanw-esbuild-0.8.6/lib/install.ts-273-  process.exit(1);
##############################################
golang-github-evanw-esbuild-0.8.6/lib/node.ts-116-  let [command, args] = esbuildCommandAndArgs();
golang-github-evanw-esbuild-0.8.6/lib/node.ts:117:  let child = child_process.spawn(command, args.concat(`--service=${ESBUILD_VERSION}`), {
golang-github-evanw-esbuild-0.8.6/lib/node.ts-118-    cwd: process.cwd(),
##############################################
golang-github-evanw-esbuild-0.8.6/lib/node.ts-178-  callback(service);
golang-github-evanw-esbuild-0.8.6/lib/node.ts:179:  let stdout = child_process.execFileSync(command, args.concat(`--service=${ESBUILD_VERSION}`), {
golang-github-evanw-esbuild-0.8.6/lib/node.ts-180-    cwd: process.cwd(),
##############################################
golang-github-evanw-esbuild-0.8.6/lib/node.ts-194-let randomFileName = () => {
golang-github-evanw-esbuild-0.8.6/lib/node.ts:195:  return path.join(os.tmpdir(), `esbuild-${crypto.randomBytes(32).toString('hex')}`);
golang-github-evanw-esbuild-0.8.6/lib/node.ts-196-};
##############################################
golang-github-evanw-esbuild-0.8.6/lib/worker.ts-4-
golang-github-evanw-esbuild-0.8.6/lib/worker.ts:5:onmessage = ({ data: wasm }) => {
golang-github-evanw-esbuild-0.8.6/lib/worker.ts-6-  let decoder = new TextDecoder()
##############################################
golang-github-evanw-esbuild-0.8.6/lib/worker.ts-59-  let go = new (global as any).Go()
golang-github-evanw-esbuild-0.8.6/lib/worker.ts:60:  go.argv = ['', `--service=${ESBUILD_VERSION}`]
golang-github-evanw-esbuild-0.8.6/lib/worker.ts-61-
##############################################
golang-github-evanw-esbuild-0.8.6/npm/esbuild-wasm/bin/esbuild-8-const wasm_exec = path.join(__dirname, '..', 'wasm_exec.js');
golang-github-evanw-esbuild-0.8.6/npm/esbuild-wasm/bin/esbuild:9:const esbuild_wasm = path.join(__dirname, '..', 'esbuild.wasm');
golang-github-evanw-esbuild-0.8.6/npm/esbuild-wasm/bin/esbuild-10-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-170-    for (const subtest of test.subtests) {
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:171:      const feature = features[`${test.name}: ${subtest.name}`]
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-172-      if (feature) {
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-181-  if (!features[feature].found) {
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:182:    throw new Error(`Did not find ${feature}`)
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-183-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-194-  if (keys.length === 0) return '{}'
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:195:  return `{\n${keys.map(x => `\t\t${(upper(x) + ':').padEnd(maxLength)} {${obj[x].join(', ')}},`).join('\n')}\n\t}`
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-196-}
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-205-const (
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:206:${engines.map((x, i) => `\t${upper(x)}${i ? '' : ' Engine = iota'}`).join('\n')}
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-207-)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-211-const (
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:212:${Object.keys(versions).sort().map((x, i) => `\t${x}${i ? '' : ' JSFeature = 1 << iota'}`).join('\n')}
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-213-)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-219-var jsTable = map[JSFeature]map[Engine][]int{
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js:220:${Object.keys(versions).sort().map(x => `\t${x}: ${writeInnerMap(versions[x])},`).join('\n')}
golang-github-evanw-esbuild-0.8.6/scripts/compat-table.js-221-}
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-20-  function sideEffect(result) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:21:    return `s(${sideEffectCount++}${result ? `, ${result}` : ''})`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-22-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-25-    let tab = '  '
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:26:    items = items.map(i => `\n${tab.repeat(depth + 1)}${i}`).join(',')
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:27:    return `${open}${items}\n${tab.repeat(depth)}${close}`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-28-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-48-        case 1:
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:49:          pattern.push(`${pat} = ${sideEffect(defVal)}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-50-          value.push(val)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-52-        case 2:
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:53:          pattern.push(`${pat} = ${sideEffect(defVal)}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-54-          value.push(defVal)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-59-    if (choice(2)) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:60:      pattern.push(`...${assign()}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-61-      if (choice(10) < 8) value.push(choice(10))
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-83-      valKeys.add(valKey)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:84:      let patKey = choice() ? valKey : `[${sideEffect(`'${valKey}'`)}]`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-85-      let [pat, val, defVal] = patternAndValue()
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-87-        case 0:
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:88:          pattern.push(`${patKey}: ${pat}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:89:          value.push(`${valKey}: ${val}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-90-          break
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-91-        case 1:
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:92:          pattern.push(`${patKey}: ${pat} = ${sideEffect(defVal)}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:93:          value.push(`${valKey}: ${val}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-94-          break
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-95-        case 2:
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:96:          pattern.push(`${patKey}: ${pat} = ${sideEffect(defVal)}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:97:          value.push(`${valKey}: ${defVal}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-98-          break
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-101-    if (choice(2)) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:102:      pattern.push(`...${assign()}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:103:      if (choice(10) < 8) value.push(`${id()}: ${choice(10)}`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-104-    }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-131-    let [pattern, value] = generateTestCase(() => {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:132:      let id = `_${assignCount++}`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-133-      ids.push(id)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-136-    try {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:137:      evaluate(`(${pattern.replace(/_/g, 'a._')} = ${value});`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-138-      testCases.push([pattern, value, ids])
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-146-function AssignmentOperator([pattern, value]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:147:  let ts = `(${pattern.replace(/_/g, 'a._')} = ${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-148-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-152-function NamespaceExport([pattern, value]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:153:  let ts = `namespace a { export const ${`${pattern} = ${value}`} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:154:  let js = `(${pattern.replace(/_/g, 'a._')} = ${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-155-  return { js, ts }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-158-function ConstDeclaration([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:159:  let ts = `const ${pattern} = ${value};${ids.map(id => `\na.${id} = ${id};`).join('')}`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-160-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-164-function LetDeclaration([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:165:  let ts = `let ${pattern} = ${value};${ids.map(id => `\na.${id} = ${id};`).join('')}`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-166-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-170-function VarDeclaration([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:171:  let ts = `var ${pattern} = ${value};${ids.map(id => `\na.${id} = ${id};`).join('')}`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-172-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-176-function TryCatchBinding([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:177:  let ts = `try { throw ${value} } catch (${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-178-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-182-function FunctionStatementArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:183:  let ts = `function foo(${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }\nfoo(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-184-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-188-function FunctionExpressionArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:189:  let ts = `(function(${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} })(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-190-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-194-function ArrowFunctionArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:195:  let ts = `((${pattern}) => { ${ids.map(id => `a.${id} = ${id};`).join('\n')} })(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-196-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-200-function ObjectMethodArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:201:  let ts = `({ foo(${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} } }).foo(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-202-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-206-function ClassStatementMethodArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:207:  let ts = `class Foo { foo(${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} } }\nnew Foo().foo(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-208-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-212-function ClassExpressionMethodArguments([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:213:  let ts = `(new (class { foo(${pattern}) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} } })).foo(${value});`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-214-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-218-function ForLoopConst([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:219:  let ts = `var i; for (const ${pattern} = ${value}; i < 1; i++) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-220-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-224-function ForLoopLet([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:225:  let ts = `for (let ${pattern} = ${value}, i = 0; i < 1; i++) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-226-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-230-function ForLoopVar([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:231:  let ts = `for (var ${pattern} = ${value}, i = 0; i < 1; i++) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-232-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-236-function ForLoop([pattern, value]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:237:  let ts = `for (${pattern.replace(/_/g, 'a._')} = ${value}; 0; ) ;`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-238-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-242-function ForOfLoopConst([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:243:  let ts = `for (const ${pattern} of [${value}]) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-244-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-248-function ForOfLoopLet([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:249:  let ts = `for (let ${pattern} of [${value}]) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-250-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-254-function ForOfLoopVar([pattern, value, ids]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:255:  let ts = `for (var ${pattern} of [${value}]) { ${ids.map(id => `a.${id} = ${id};`).join('\n')} }`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-256-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-260-function ForOfLoop([pattern, value]) {
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:261:  let ts = `for (${pattern.replace(/_/g, 'a._')} of [${value}]) ;`
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-262-  let js = ts
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-269-  let newline = false
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:270:  console.log(`${test.name} (${transform.name}):`)
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-271-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-289-        console.log('\n' + '='.repeat(80))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:290:        console.log(indent(`Original code:\n${ts}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:291:        console.log(indent(`Transform error:\n${e}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-292-        newline = false
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-309-        console.log('\n' + '='.repeat(80))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:310:        console.log(indent(`Original code:\n${ts}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:311:        console.log(indent(`Transformed code:\n${transformed}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:312:        console.log(indent(`Expected output:\n${expected}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js:313:        console.log(indent(`Actual output:\n${actual}`))
golang-github-evanw-esbuild-0.8.6/scripts/destructuring-fuzzer.js-314-        newline = false
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1860-      for (const format of formats) {
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js:1861:        const formatArg = `--format=${format}`
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1862-        const modifiedArgs = !hasBundle || args.includes(formatArg) ? args : args.concat(formatArg)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1891-              await fs.writeFile(path.join(thisTestDir, 'package.json'), '{"type": "commonjs"}')
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js:1892:              testExports = (await import(url.pathToFileURL(`${nodePath}.js`))).default
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1893-              break
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1896-              await fs.writeFile(path.join(thisTestDir, 'package.json'), '{"type": "module"}')
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js:1897:              testExports = await import(url.pathToFileURL(`${nodePath}.js`))
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1898-              break
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1926-  args: ${modifiedArgs.join(' ')}
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js:1927:  files: ${Object.entries(files).map(([k, v]) => `\n    ${k}: ${JSON.stringify(v)}`).join('')}
golang-github-evanw-esbuild-0.8.6/scripts/end-to-end-tests.js-1928-`)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-30-    failureCount++;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:31:    console.log(`❌ FAILURE ${kind}: ${error}\n  DIR: ${testDir}` +
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:32:      Object.keys(files).map(x => `\n  ${x} => ${files[x]}`).join(''));
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-33-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-39-      if (typeof obj !== 'object') return JSON.stringify(obj);
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:40:      if (map.has(obj)) return `$${map.get(obj)}`;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-41-      map.set(obj, counter++);
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-43-      return `$${map.get(obj)} = {${keys.map(key =>
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:44:        `${JSON.stringify(key)}: ${visit(obj[key])}`).join(', ')}}`;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-45-    };
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-51-    b = circularObjectToString(b);
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:52:    if (a !== b) throw new Error(`Different exports:\n  ${a}\n  ${b}`);
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-53-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-78-          case 2:
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:79:            files[name] = `export * from "./${randomName()}"`;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-80-            break;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-81-          case 3:
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:82:            files[name] = `export * as foo from "./${randomName()}"`;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-83-            break;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-84-          case 4:
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:85:            files[name] = `import * as foo from "./${randomName()}"; export {foo}`;
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-86-            break;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-96-    }
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js:97:    if (nextTest % 100 === 0) console.log(`Checked ${nextTest} test cases`);
golang-github-evanw-esbuild-0.8.6/scripts/es6-fuzzer.js-98-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/esbuild.js-125-  fs.writeFileSync(path.join(dir, 'package.json'), '{}')
golang-github-evanw-esbuild-0.8.6/scripts/esbuild.js:126:  childProcess.execSync(`npm pack --silent "${npmDir}"`, { cwd: dir, stdio: 'inherit' })
golang-github-evanw-esbuild-0.8.6/scripts/esbuild.js:127:  childProcess.execSync(`npm install --silent --no-audit --progress=false esbuild-${version}.tgz`, { cwd: dir, env, stdio: 'inherit' })
golang-github-evanw-esbuild-0.8.6/scripts/esbuild.js-128-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/fuzzer/index.js-27-    if (++testCaseCount % 10 === 0) {
golang-github-evanw-esbuild-0.8.6/scripts/fuzzer/index.js:28:      process.stdout.write(`\rTest count: ${testCaseCount}`)
golang-github-evanw-esbuild-0.8.6/scripts/fuzzer/index.js-29-      printedProgress = true
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-3-const version = '13.0.0';
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js:4:const idStart = require(`unicode-${version}/Binary_Property/ID_Start/code-points`);
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js:5:const idContinue = require(`unicode-${version}/Binary_Property/ID_Continue/code-points`);
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-6-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-17-    `&unicode.RangeTable{`,
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js:18:    `\tLatinOffset: ${latinOffset},`,
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-19-    `\tR16: []unicode.Range16{`,
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-29-    let end = codePoints[index - 1];
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js:30:    lines.push(`\t\t{Lo: 0x${start.toString(16)}, Hi: 0x${end.toString(16)}, Stride: 1},`);
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-31-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-45-    let end = codePoints[index - 1];
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js:46:    lines.push(`\t\t{Lo: 0x${start.toString(16)}, Hi: 0x${end.toString(16)}, Stride: 1},`);
golang-github-evanw-esbuild-0.8.6/scripts/gen-unicode-table.js-47-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-165-    const output = path.join(testDir, 'out.js')
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:166:    await writeFileAsync(input, `import value from ${JSON.stringify(dependency)}; export default value`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-167-    await writeFileAsync(dependency, `export default 123`)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-178-    const output = path.join(testDir, 'out.js')
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:179:    await writeFileAsync(input, `export {default as value} from ${JSON.stringify(data)}`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-180-    await writeFileAsync(data, `stuff`)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-197-    const output = path.join(testDir, 'out.js')
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:198:    await writeFileAsync(input, `export {default as value} from ${JSON.stringify(data)}`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-199-    await writeFileAsync(data, `stuff`)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-217-    const output = path.join(testDir, 'out.css')
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:218:    await writeFileAsync(input, `body { background: url(${JSON.stringify(data)}) }`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-219-    await writeFileAsync(data, `stuff`)
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-697-    catch { break failure }
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:698:    throw new Error(`Expected failure for ${targetBelow}: ${js}`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-699-  }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-701-  try { await service.transform(js, { target: targetAbove }) }
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:702:  catch (e) { throw new Error(`Expected success for ${targetAbove}: ${js}\n${e}`) }
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-703-}
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1125-    async function checkLiteral(text) {
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1126:      const { code } = await service.transform(`return ${text}`, { minify: true })
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1127-      assert.strictEqual(+text, new Function(code)())
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1131-      for (let j = 0; j < 10; j++) {
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1132:        promises.push(checkLiteral(`0.${'0'.repeat(i)}${'123456789'.slice(0, j)}`))
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1133:        promises.push(checkLiteral(`1${'0'.repeat(i)}.${'123456789'.slice(0, j)}`))
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1134:        promises.push(checkLiteral(`1${'123456789'.slice(0, j)}${'0'.repeat(i)}`))
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1135-      }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1257-    for (let i = 0; i < 32; i++) chars += String.fromCharCode(i);
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1258:    const input = `return \`${chars}\``;
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1259-    const { code, map } = await service.transform(input, { sourcemap: true, sourcefile: 'afile.code' })
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1389-    } catch (e) {
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js:1390:      console.error(`❌ ${name}: ${e && e.message || e}`)
golang-github-evanw-esbuild-0.8.6/scripts/js-api-tests.js-1391-      return false
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-63-        })
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:64:        throw new Error(`Expected filter ${filter} to fail`)
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-65-      } catch (e) {
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:66:        assert.strictEqual(e.message, `[name] "onResolve" filter is not a valid Go regular expression: ${JSON.stringify(filter.source)}`)
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-67-      }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-78-        })
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:79:        throw new Error(`Expected filter ${filter} to fail`)
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-80-      } catch (e) {
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:81:        assert.strictEqual(e.message, `[name] "onLoad" filter is not a valid Go regular expression: ${JSON.stringify(filter.source)}`)
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-82-      }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-149-            let match = /^fib\((\d+)\)$/.exec(args.path), n = +match[1]
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:150:            let contents = n < 2 ? `export default ${n}` : `
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-151-              import n1 from 'fib(${n - 1})'
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-178-            let match = /^fib\((\d+)\)/.exec(args.path), n = +match[1]
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:179:            let contents = n < 2 ? `export default ${n}` : `
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-180-              import n1 from 'fib(${n - 1}) ${args.path}'
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-523-    const input = path.join(testDir, 'in.js')
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:524:    const wasm = path.join(testDir, 'test.wasm')
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-525-    const output = path.join(testDir, 'out.js')
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-549-          build.onLoad({ filter: /.*/, namespace: 'wasm-stub' }, async (args) => ({
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:550:            contents: `import wasm from ${JSON.stringify(args.path)}
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-551-              export default async (imports) =>
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-625-    } catch (e) {
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js:626:      console.error(`❌ ${name}: ${e && e.message || e}`)
golang-github-evanw-esbuild-0.8.6/scripts/plugin-tests.js-627-      return false
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-43-  service.stop();
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js:44:  childProcess.execSync(`rm -fr "${testDir}"`);
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-45-
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js:46:  console.log(`${failedTotal} failed out of ${passedTotal + failedTotal}`);
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-47-  if (failedTotal) {
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-59-      failed++;
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js:60:      console.error(`❌ ${file}: ${name}: ${(e && e.message || e).trim()}\n`);
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-61-      pass = false;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-120-    const formatError = ({ text, location }) => {
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js:121:      if (!location) return `\nerror: ${text}`;
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-122-      const { file, line, column } = location;
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js:123:      return `\n${file}:${line}:${column}: error: ${text}`;
golang-github-evanw-esbuild-0.8.6/scripts/terser-tests.js-124-    }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-31-        const contentLine = content.split(/(?:\r\n|\n|\r|\u2028|\u2029)/g)[line - 1];
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:32:        return `<stdin>:${line}:${column}: error: ${text}\n${contentLine}\n${' '.repeat(column)}^`;
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-33-      }
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:34:      return `error: ${text}`;
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-35-    }).join('\n');
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-66-    if (start < 0 || end < 0) {
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:67:      console.warn(`Missing YAML metadata: ${file}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-68-      return;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-88-        : formatErrors(content, result.error);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:89:      console.log('\n' + `${file}\n${text}`.replace(/\n/g, '\n  '));
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-90-    }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-94-      if (!result2.success) {
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:95:        console.log(`\n!!! REPARSE ERROR: ${file} !!!`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:96:        console.log(`${result2.error}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-97-        reparseCount++;
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-98-      } else if (result2.output !== result.output) {
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:99:        console.log(`\n!!! REPRINT ERROR: ${file} !!!`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-100-        reprintCount++;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-107-        if (!result4.success) {
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:108:          console.log(`\n!!! MINIFY ERROR: ${file} !!!`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:109:          console.log(`${result4.error}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-110-          minifyCount++;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-138-
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:139:  console.log(`tests ran: ${runCount}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:140:  console.log(`  tests incorrectly failed: ${shouldHavePassed}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:141:  console.log(`  tests incorrectly passed: ${shouldHaveFailed}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:142:  console.log(`tests skipped: ${files.length - runCount}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:143:  console.log(`reparse failures: ${reparseCount}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:144:  console.log(`reprint failures: ${reprintCount}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js:145:  console.log(`minify failures: ${minifyCount}`);
golang-github-evanw-esbuild-0.8.6/scripts/test262.js-146-
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/try.html-312-          code = textToHTML(code);
golang-github-evanw-esbuild-0.8.6/scripts/try.html:313:          if (minifySpaces.checked) code = `<span class="minified">${code}</span>`;
golang-github-evanw-esbuild-0.8.6/scripts/try.html-314-          output.innerHTML = (html && html + '<hr>') + code;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/try.html-354-          if (location) {
golang-github-evanw-esbuild-0.8.6/scripts/try.html:355:            html = `<span class="terminal-bold">${textToHTML(location.file)}:${location.line}:${location.column}: </span>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html-356-          }
golang-github-evanw-esbuild-0.8.6/scripts/try.html:357:          html += `<span class="terminal-${kind}">${kind}: </span>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html:358:          html += `<span class="terminal-bold">${textToHTML(text)}</span><br>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html-359-          if (location) {
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/try.html-363-            let line = renderTabs(location.lineText)
golang-github-evanw-esbuild-0.8.6/scripts/try.html:364:            html += `<span class="terminal-subtle">${textToHTML(line.slice(0, indent))}</span>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html:365:            html += `<span class="terminal-underline">${line.slice(indent, indent + length)}</span>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html:366:            html += `<span class="terminal-subtle">${textToHTML(line.slice(indent + length))}</span>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html:367:            html += `<br><span class="terminal-underline">${' '.repeat(indent)}${underline}</span><br>`
golang-github-evanw-esbuild-0.8.6/scripts/try.html-368-          }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-42-  service.stop();
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js:43:  childProcess.execSync(`rm -fr "${testDir}"`);
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-44-
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js:45:  console.log(`${failedTotal} failed out of ${passedTotal + failedTotal}`);
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-46-  if (failedTotal) {
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-58-      failed++;
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js:59:      console.error(`❌ ${file}: ${name}: ${(e && e.message || e).trim()}\n`);
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-60-      pass = false;
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-131-    const formatError = ({ text, location }) => {
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js:132:      if (!location) return `\nerror: ${text}`;
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-133-      const { file, line, column } = location;
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js:134:      return `\n${file}:${line}:${column}: error: ${text}`;
golang-github-evanw-esbuild-0.8.6/scripts/uglify-tests.js-135-    }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-200-        failed++
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:201:        console.error(`❌ [${kind}] ${message}`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-202-      }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-250-      for (const id of toSearch) {
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:251:        const outIndex = out.indexOf(`"${id}"`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:252:        if (outIndex < 0) throw new Error(`Failed to find "${id}" in output`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-253-        const outLines = out.slice(0, outIndex).split('\n')
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-258-        const inSource = isStdin ? '<stdin>' : files.find(x => path.basename(x).startsWith(id[0]))
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:259:        recordCheck(source === inSource, `expected: ${inSource} observed: ${source}`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-260-
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-261-        const inJs = map.sourceContentFor(source)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:262:        const inIndex = inJs.indexOf(`"${id}"`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:263:        if (inIndex < 0) throw new Error(`Failed to find "${id}" in input`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-264-        const inLines = inJs.slice(0, inIndex).split('\n')
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-269-        const observed = JSON.stringify({ source, line, column })
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:270:        recordCheck(expected === observed, `expected: ${expected} observed: ${observed}`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-271-      }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-290-          const { line, column } = outMap.originalPositionFor({ line: outLine + 1, column: outColumn })
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:291:          recordCheck(line !== null && column !== null, `missing location for line ${outLine} and column ${outColumn}`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-292-        }
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-302-      await fs.writeFile(nestedEntry,
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:303:        order === 1 ? `import './${fileToTest}'; import './extra.js'` :
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:304:          order === 2 ? `import './extra.js'; import './${fileToTest}'` :
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:305:            `import './${fileToTest}'`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-306-      await execFileAsync(esbuildPath, [nestedEntry, '--bundle', '--outfile=' + path.join(tempDir, 'out2.js'), '--sourcemap'], { cwd: testDir })
##############################################
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-319-  catch (e) {
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js:320:    console.error(`❌ [${kind}] ${e && e.message || e}`)
golang-github-evanw-esbuild-0.8.6/scripts/verify-source-map.js-321-    failed++
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/blueprint.bash-27-# if the custom build system only wants to install their own wrapper.
golang-github-google-blueprint-0.0~git20201007.25128be/blueprint.bash:28:[ -z "$BUILDDIR" ] && BUILDDIR=`dirname "${BASH_SOURCE[0]}"`
golang-github-google-blueprint-0.0~git20201007.25128be/blueprint.bash-29-
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash-35-    # only if BOOTSTRAP and WRAPPER are unset.
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash:36:    [ -z "$WRAPPER" ] && WRAPPER="`dirname "${BOOTSTRAP}"`/blueprint.bash"
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash-37-fi
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash-43-# the bootstrap script.
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash:44:[ -z "$SRCDIR" ] && SRCDIR=`dirname "${BOOTSTRAP}"`
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap.bash-45-
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap/glob.go-48-		blueprint.RuleParams{
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap/glob.go:49:			Command:     fmt.Sprintf(`%s -o $out $excludes "$glob"`, globCmd),
golang-github-google-blueprint-0.0~git20201007.25128be/bootstrap/glob.go-50-			CommandDeps: []string{globCmd},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-35-		name: "leading $",
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:36:		in:   `$test`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:37:		out:  `$$test`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-38-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-41-		in:   `test$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:42:		out:  `test$$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-43-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-45-		name: "leading and trailing $",
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:46:		in:   `$test$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:47:		out:  `$$test$$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-48-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-58-		name: "leading $",
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:59:		in:   `$test`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:60:		out:  `'$test'`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-61-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-64-		in:   `test$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:65:		out:  `'test$'`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-66-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-68-		name: "leading and trailing $",
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:69:		in:   `$test$`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:70:		out:  `'$test$'`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-71-	},
##############################################
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-88-		name: "ORIGIN",
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:89:		in:   `-Wl,--rpath,${ORIGIN}/../bionic-loader-test-libs`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go:90:		out:  `'-Wl,--rpath,${ORIGIN}/../bionic-loader-test-libs'`,
golang-github-google-blueprint-0.0~git20201007.25128be/proptools/escape_test.go-91-	},
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/attr/attr.go-57-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/attr/attr.go:58:// Asm returns a representation of the attributes in assembly syntax. This may use macros from "textflags.h"; see ContainsTextFlags() to determine if this header is required.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/attr/attr.go-59-func (a Attribute) Asm() string {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/build/cli.go-74-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/build/cli.go:75:	goasm := newPrinterValue(printer.NewGoAsm, os.Stdout)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/build/cli.go-76-	fs.Var(goasm, "out", "assembly output")
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go-41-func AssertPrimitive(t *testing.T, typ types.Type) {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go:42:	c := NewComponent(typ, operand.NewParamAddr("primitive", 0))
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go-43-	if _, err := c.Resolve(); err != nil {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go-208-			t.Log(c.Type)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go:209:			base := operand.NewParamAddr("test", 0)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/components_test.go-210-			comp := NewComponent(c.Type, base)
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/signature.go-140-		}
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/signature.go:141:		addr := operand.NewParamAddr(name, int(offsets[i]))
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/gotypes/signature.go-142-		c := NewComponent(v.Type(), addr)
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go-44-//
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go:45://	    :ivar name: instruction name in Intel-style assembly (PeachPy, NASM and YASM assemblers).
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go-46-//	    :ivar summary: a summary description of the instruction name.
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go-63-//
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go:64://	    :ivar name: instruction name in PeachPy, NASM and YASM assemblers.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/opcodesxml/opcodesxml.go-65-//	    :ivar gas_name: instruction form name in GNU assembler (gas).
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/test/utils.go-15-// Assembles asserts that the given assembly code passes the go assembler.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/test/utils.go:16:func Assembles(t *testing.T, asm []byte) {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/internal/test/utils.go-17-	t.Helper()
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go-207-func (f *Function) AllocLocal(size int) operand.Mem {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go:208:	ptr := operand.NewStackAddr(f.LocalSize)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go-209-	f.LocalSize += size
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go-321-func (g *Global) Base() operand.Mem {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go:322:	return operand.NewDataAddr(g.Symbol, 0)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/ir/ir.go-323-}
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go-124-		// Argument references (special cases of memory operands)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go:125:		{IsM, NewParamAddr("foo", 4), true},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go:126:		{IsM8, NewParamAddr("foo", 4), true},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go:127:		{IsM16, NewParamAddr("foo", 4), true},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go:128:		{IsM32, NewParamAddr("foo", 4), true},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go:129:		{IsM64, NewParamAddr("foo", 4), true},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/checks_test.go-130-
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const.go-16-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const.go:17:// Asm returns an assembly syntax representation of the string s.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const.go-18-func (s String) Asm() string { return fmt.Sprintf("$%q", s) }
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go-7-		Const Constant
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go:8:		Asm   string
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go-9-		Bytes int
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go-24-	for _, c := range cases {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go:25:		if c.Const.Asm() != c.Asm {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/const_test.go-26-			t.Errorf("%v.Asm() = %v; expect %v", c.Const, c.Const.Asm(), c.Asm)
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-43-// parameter, which is a named offset from the frame pointer pseudo register.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:44:func NewParamAddr(name string, offset int) Mem {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-45-	return Mem{
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-55-// NewStackAddr returns a memory reference relative to the stack pointer.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:56:func NewStackAddr(offset int) Mem {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-57-	return Mem{
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-63-// NewDataAddr returns a memory reference relative to the named data symbol.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:64:func NewDataAddr(sym Symbol, offset int) Mem {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-65-	return Mem{
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-86-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:87:// Asm returns an assembly syntax representation of m.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-88-func (m Mem) Asm() string {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-106-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:107:// Asm returns an assembly syntax representation of r.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-108-func (r Rel) Asm() string {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-114-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go:115:// Asm returns an assembly syntax representation of l.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types.go-116-func (l LabelRef) Asm() string {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types_test.go-43-		{Mem{Symbol: Symbol{Name: "bar", Static: true}, Base: reg.StaticBase, Disp: 4, Index: reg.R11, Scale: 4}, "bar<>+4(SB)(R11*4)"},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types_test.go:44:		{NewParamAddr("param", 16), "param+16(FP)"},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types_test.go:45:		{NewStackAddr(42), "42(SP)"},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types_test.go:46:		{NewDataAddr(Symbol{Name: "data", Static: true}, 13), "data<>+13(SB)"},
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/operand/types_test.go-47-	}
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-14-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go:15:type goasm struct {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-16-	cfg Config
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-22-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go:23:// NewGoAsm constructs a printer for writing Go assembly files.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-24-func NewGoAsm(cfg Config) Printer {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-156-	for _, d := range g.Data {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go:157:		a := operand.NewDataAddr(g.Symbol, d.Offset)
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-158-		p.Printf("DATA %s/%d, %s\n", a.Asm(), d.Value.Bytes(), d.Value.Asm())
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-180-func joinOperands(operands []operand.Op) string {
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go:181:	asm := make([]string, len(operands))
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/printer/goasm.go-182-	for i, op := range operands {
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/script/lint-19-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/script/lint:20:# Check asm declarations.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/script/lint-21-asmdecl ./...
##############################################
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/tests/fixedbugs/issue100/allocfail/stubs.go-8-
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/tests/fixedbugs/issue100/allocfail/stubs.go:9:// encodeBlockAsm encodes a non-empty src to a guaranteed-large-enough dst.
golang-github-mmcloughlin-avo-0.0~git20200523.4439b6b/tests/fixedbugs/issue100/allocfail/stubs.go-10-// It assumes that the varint-encoded length of the decompressed bytes has already been written.
##############################################
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go-63-func handleField(ic *Inception, name string, typ reflect.Type, ptr bool, quoted bool) string {
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go:64:	return handleFieldAddr(ic, name, false, typ, ptr, quoted)
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go-65-}
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go-66-
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go:67:func handleFieldAddr(ic *Inception, name string, takeAddr bool, typ reflect.Type, ptr bool, quoted bool) string {
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/inception/decoder.go-68-	out := fmt.Sprintf("/* handler: %s type=%v kind=%v quoted=%t*/\n", name, typ, typ.Kind(), quoted)
##############################################
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/tests/ff_string_test.go-41-func TestMapStringStringLong(t *testing.T) {
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/tests/ff_string_test.go:42:	m := map[string]string{"ɥ³ƞsɁ8^ʥǔTĪȸŹă": "ɩÅ議Ǹ轺@)蓳嗘TʡȂ", "丯Ƙ枛牐ɺ皚|": "\\p[", "ȉ": "ģ毋Ó6dz娝嘚", "ʒUɦOŖ": "斎AO6ĴC浔Ű壝ž", "/C龷ȪÆl殛瓷雼浢Ü礽绅": "D¡", "Lɋ聻鎥ʟ<$洅ɹ7\\弌Þ帺萸Do©": "A", "yǠ/淹\\韲翁&ʢsɜ": "`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ蓿彭聡A", "瓧嫭塓烀罁胾^拜": "ǒɿʒ刽ʼn掏1ſ盷褎weLJ", "姥呄鐊唊飙Ş-U圴÷a/ɔ}摁(": "瓘ǓvjĜ蛶78Ȋ²@H", "IJ斬³;": "鯿r", "勽Ƙq/Ź u衲": "ŭDz鯰硰{舁", "枊a8衍`Ĩɘ.蘯6ċV夸eɑeʤ脽ě": "6/ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+", "1ØœȠƬQg鄠": "军g>郵[+扴ȨŮ+朷Ǝ膯lj", "礶惇¸t颟.鵫ǚ灄鸫rʤî萨z": "", "ȶ网棊ʢ=wǕɳɷ9Ì": "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", "}ȧ外ĺ稥氹Ç|¶鎚¡ Ɠ(嘒ėf倐": "窮秳ķ蟒苾h^", "?瞲Ť倱<įXŋ朘瑥A徙": "nh0åȂ町恰nj揠8lj黳鈫ʕ禒", "丩ŽoǠŻʘY賃ɪ鐊": "ľǎɳ,ǿ飏騀呣ǎ", "ȇe媹Hǝ呮}臷Ľð»ųKĵ": "踪鄌eÞȦY籎顒ǥŴ唼Ģ猇õǶț", "偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼猀2": "ǰ溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳", "ʮ馜ü": "", "șƶ4ĩĉş蝿ɖȃ賲鐅臬dH巧": "_瀹鞎sn芞QÄȻȊ+?", "E@Ȗs«ö": "蚛隖<ǶĬ4y£軶ǃ*ʙ嫙&蒒5靇C'", "忄*齧獚敆Ȏ": "螩B", "圠=l畣潁谯耨V6&]鴍Ɋ恧ȭ%ƎÜ": "涽託仭w-檮", "ʌ鴜": "琔n宂¬轚9Ȏ瀮昃2Ō¾\\", "ƅTG": "ǺƶȤ^}穠C]躢|)黰eȪ嵛4$%Q", "ǹ_Áȉ彂Ŵ廷s": "", "t莭琽§ć\\ ïì": "", "擓ƖHVe熼'FD剂讼ɓȌʟni酛": "/ɸɎ R§耶FfBls3!", "狞夌碕ʂɭ": "Ƽ@hDrȮO励鹗塢", "ʁgɸ=ǤÆ": "?讦ĭÐ", "陫ʋsş\")珷<ºɖgȏ哙ȍ": "2ħ籦ö嗏ʑ>季", "": "昕Ĭ", "Ⱦdz@ùƸʋŀ": "ǐƲE'iþŹʣy豎@ɀ羭,铻OŤǢʭ", ">犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4": "屡ʁ", "1Rƥ贫d飼$俊跾|@?鷅bȻN": "H炮掊°nʮ閼咎櫸eʔŊƞ究:ho", "ƻ悖ȩ0Ƹ[": "Ndǂ>5姣>懔%熷谟þ蛯ɰ", "ŵw^Ü郀叚Fi皬择": ":5塋訩塶\"=y钡n)İ笓", "'容": "誒j剐", "猤痈C*ĕ": "鴈o_鹈ɹ坼É/pȿŘ阌"}
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/tests/ff_string_test.go-43-	testCycle(t, &TMapStringString{X: m}, &XMapStringString{X: m})
##############################################
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/README.md-14-
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/README.md:15:If `myfile.go` contains the `struct` types you would like to be faster, and assuming `GOPATH` is set to a reasonable value for an existing project (meaning that in this particular example if `myfile.go` is in the `myproject` directory, the project should be under `$GOPATH/src/myproject`), you can just run:
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/README.md-16-
##############################################
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/fflib/v1/buffer_pool.go-28-func poolNum(i int) int {
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/fflib/v1/buffer_pool.go:29:	// TODO(pquerna): convert to log2 w/ bsr asm instruction:
golang-github-pquerna-ffjson-0.0~git20181028.e517b90/fflib/v1/buffer_pool.go-30-	// 	<https://groups.google.com/forum/#!topic/golang-nuts/uAb5J1_y7ns>
##############################################
golang-github-rogpeppe-go-internal-1.6.2/goproxytest/proxy.go-76-	}
golang-github-rogpeppe-go-internal-1.6.2/goproxytest/proxy.go:77:	addr = l.Addr().String()
golang-github-rogpeppe-go-internal-1.6.2/goproxytest/proxy.go-78-	srv.URL = "http://" + addr + "/mod"
##############################################
golang-github-rogpeppe-go-internal-1.6.2/imports/build.go-210-const goosList = "android darwin dragonfly freebsd js linux nacl netbsd openbsd plan9 solaris windows zos "
golang-github-rogpeppe-go-internal-1.6.2/imports/build.go:211:const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc riscv riscv64 s390 s390x sparc sparc64 wasm "
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/os/execpath/lp_js.go-13-func Look(file string, getenv func(string) string) (string, error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/os/execpath/lp_js.go:14:	// Wasm can not execute processes, so act as if there are no executables at all.
golang-github-rogpeppe-go-internal-1.6.2/internal/os/execpath/lp_js.go-15-	return "", &Error{file, ErrNotFound}
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-52-func regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:53:	r0, _, _ := syscall.Syscall9(procRegCreateKeyExW.Addr(), 9, uintptr(key), uintptr(unsafe.Pointer(subkey)), uintptr(reserved), uintptr(unsafe.Pointer(class)), uintptr(options), uintptr(desired), uintptr(unsafe.Pointer(sa)), uintptr(unsafe.Pointer(result)), uintptr(unsafe.Pointer(disposition)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-54-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-60-func regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:61:	r0, _, _ := syscall.Syscall(procRegDeleteKeyW.Addr(), 2, uintptr(key), uintptr(unsafe.Pointer(subkey)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-62-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-68-func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:69:	r0, _, _ := syscall.Syscall6(procRegSetValueExW.Addr(), 6, uintptr(key), uintptr(unsafe.Pointer(valueName)), uintptr(reserved), uintptr(vtype), uintptr(unsafe.Pointer(buf)), uintptr(bufsize))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-70-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-76-func regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:77:	r0, _, _ := syscall.Syscall9(procRegEnumValueW.Addr(), 8, uintptr(key), uintptr(index), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(valtype)), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(buflen)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-78-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-84-func regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:85:	r0, _, _ := syscall.Syscall(procRegDeleteValueW.Addr(), 2, uintptr(key), uintptr(unsafe.Pointer(name)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-86-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-92-func regLoadMUIString(key syscall.Handle, name *uint16, buf *uint16, buflen uint32, buflenCopied *uint32, flags uint32, dir *uint16) (regerrno error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:93:	r0, _, _ := syscall.Syscall9(procRegLoadMUIStringW.Addr(), 7, uintptr(key), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(buf)), uintptr(buflen), uintptr(unsafe.Pointer(buflenCopied)), uintptr(flags), uintptr(unsafe.Pointer(dir)), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-94-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-100-func expandEnvironmentStrings(src *uint16, dst *uint16, size uint32) (n uint32, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go:101:	r0, _, e1 := syscall.Syscall(procExpandEnvironmentStringsW.Addr(), 3, uintptr(unsafe.Pointer(src)), uintptr(unsafe.Pointer(dst)), uintptr(size))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/registry/zsyscall_windows.go-102-	n = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-75-func GetAdaptersAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, sizePointer *uint32) (errcode error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:76:	r0, _, _ := syscall.Syscall6(procGetAdaptersAddresses.Addr(), 5, uintptr(family), uintptr(flags), uintptr(reserved), uintptr(unsafe.Pointer(adapterAddresses)), uintptr(unsafe.Pointer(sizePointer)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-77-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-83-func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:84:	r1, _, e1 := syscall.Syscall(procGetComputerNameExW.Addr(), 3, uintptr(nameformat), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(n)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-85-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-95-func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:96:	r1, _, e1 := syscall.Syscall(procMoveFileExW.Addr(), 3, uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(to)), uintptr(flags))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-97-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-107-func GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:108:	r0, _, e1 := syscall.Syscall(procGetModuleFileNameW.Addr(), 3, uintptr(module), uintptr(unsafe.Pointer(fn)), uintptr(len))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-109-	n = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-120-func WSASocket(af int32, typ int32, protocol int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (handle syscall.Handle, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:121:	r0, _, e1 := syscall.Syscall6(procWSASocketW.Addr(), 6, uintptr(af), uintptr(typ), uintptr(protocol), uintptr(unsafe.Pointer(protinfo)), uintptr(group), uintptr(flags))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-122-	handle = syscall.Handle(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-133-func LockFileEx(file syscall.Handle, flags uint32, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *syscall.Overlapped) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:134:	r1, _, e1 := syscall.Syscall6(procLockFileEx.Addr(), 6, uintptr(file), uintptr(flags), uintptr(reserved), uintptr(bytesLow), uintptr(bytesHigh), uintptr(unsafe.Pointer(overlapped)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-135-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-145-func UnlockFileEx(file syscall.Handle, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *syscall.Overlapped) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:146:	r1, _, e1 := syscall.Syscall6(procUnlockFileEx.Addr(), 5, uintptr(file), uintptr(reserved), uintptr(bytesLow), uintptr(bytesHigh), uintptr(unsafe.Pointer(overlapped)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-147-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-157-func GetACP() (acp uint32) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:158:	r0, _, _ := syscall.Syscall(procGetACP.Addr(), 0, 0, 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-159-	acp = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-163-func GetConsoleCP() (ccp uint32) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:164:	r0, _, _ := syscall.Syscall(procGetConsoleCP.Addr(), 0, 0, 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-165-	ccp = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-169-func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:170:	r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-171-	nwrite = int32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-182-func GetCurrentThread() (pseudoHandle syscall.Handle, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:183:	r0, _, e1 := syscall.Syscall(procGetCurrentThread.Addr(), 0, 0, 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-184-	pseudoHandle = syscall.Handle(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-195-func NetShareAdd(serverName *uint16, level uint32, buf *byte, parmErr *uint16) (neterr error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:196:	r0, _, _ := syscall.Syscall6(procNetShareAdd.Addr(), 4, uintptr(unsafe.Pointer(serverName)), uintptr(level), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(parmErr)), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-197-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-203-func NetShareDel(serverName *uint16, netName *uint16, reserved uint32) (neterr error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:204:	r0, _, _ := syscall.Syscall(procNetShareDel.Addr(), 3, uintptr(unsafe.Pointer(serverName)), uintptr(unsafe.Pointer(netName)), uintptr(reserved))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-205-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-211-func GetFinalPathNameByHandle(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:212:	r0, _, e1 := syscall.Syscall6(procGetFinalPathNameByHandleW.Addr(), 4, uintptr(file), uintptr(unsafe.Pointer(filePath)), uintptr(filePathSize), uintptr(flags), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-213-	n = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-224-func ImpersonateSelf(impersonationlevel uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:225:	r1, _, e1 := syscall.Syscall(procImpersonateSelf.Addr(), 1, uintptr(impersonationlevel), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-226-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-236-func RevertToSelf() (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:237:	r1, _, e1 := syscall.Syscall(procRevertToSelf.Addr(), 0, 0, 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-238-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-254-	}
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:255:	r1, _, e1 := syscall.Syscall6(procOpenThreadToken.Addr(), 4, uintptr(h), uintptr(access), uintptr(_p0), uintptr(unsafe.Pointer(token)), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-256-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-266-func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:267:	r1, _, e1 := syscall.Syscall(procLookupPrivilegeValueW.Addr(), 3, uintptr(unsafe.Pointer(systemname)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(luid)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-268-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-284-	}
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:285:	r0, _, e1 := syscall.Syscall6(procAdjustTokenPrivileges.Addr(), 6, uintptr(token), uintptr(_p0), uintptr(unsafe.Pointer(newstate)), uintptr(buflen), uintptr(unsafe.Pointer(prevstate)), uintptr(unsafe.Pointer(returnlen)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-286-	ret = uint32(r0)
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-297-func DuplicateTokenEx(hExistingToken syscall.Token, dwDesiredAccess uint32, lpTokenAttributes *syscall.SecurityAttributes, impersonationLevel uint32, tokenType TokenType, phNewToken *syscall.Token) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:298:	r1, _, e1 := syscall.Syscall6(procDuplicateTokenEx.Addr(), 6, uintptr(hExistingToken), uintptr(dwDesiredAccess), uintptr(unsafe.Pointer(lpTokenAttributes)), uintptr(impersonationLevel), uintptr(tokenType), uintptr(unsafe.Pointer(phNewToken)))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-299-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-309-func SetTokenInformation(tokenHandle syscall.Token, tokenInformationClass uint32, tokenInformation uintptr, tokenInformationLength uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:310:	r1, _, e1 := syscall.Syscall6(procSetTokenInformation.Addr(), 4, uintptr(tokenHandle), uintptr(tokenInformationClass), uintptr(tokenInformation), uintptr(tokenInformationLength), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-311-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-321-func GetProfilesDirectory(dir *uint16, dirLen *uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:322:	r1, _, e1 := syscall.Syscall(procGetProfilesDirectoryW.Addr(), 2, uintptr(unsafe.Pointer(dir)), uintptr(unsafe.Pointer(dirLen)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-323-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-333-func NetUserGetLocalGroups(serverName *uint16, userName *uint16, level uint32, flags uint32, buf **byte, prefMaxLen uint32, entriesRead *uint32, totalEntries *uint32) (neterr error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:334:	r0, _, _ := syscall.Syscall9(procNetUserGetLocalGroups.Addr(), 8, uintptr(unsafe.Pointer(serverName)), uintptr(unsafe.Pointer(userName)), uintptr(level), uintptr(flags), uintptr(unsafe.Pointer(buf)), uintptr(prefMaxLen), uintptr(unsafe.Pointer(entriesRead)), uintptr(unsafe.Pointer(totalEntries)), 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-335-	if r0 != 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-341-func GetProcessMemoryInfo(handle syscall.Handle, memCounters *PROCESS_MEMORY_COUNTERS, cb uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:342:	r1, _, e1 := syscall.Syscall(procGetProcessMemoryInfo.Addr(), 3, uintptr(handle), uintptr(unsafe.Pointer(memCounters)), uintptr(cb))
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-343-	if r1 == 0 {
##############################################
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-353-func GetFileInformationByHandleEx(handle syscall.Handle, class uint32, info *byte, bufsize uint32) (err error) {
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go:354:	r1, _, e1 := syscall.Syscall6(procGetFileInformationByHandleEx.Addr(), 4, uintptr(handle), uintptr(class), uintptr(unsafe.Pointer(info)), uintptr(bufsize), 0, 0)
golang-github-rogpeppe-go-internal-1.6.2/internal/syscall/windows/zsyscall_windows.go-355-	if r1 == 0 {
##############################################
golang-github-spf13-cobra-1.1.1/bash_completions.go-604-
golang-github-spf13-cobra-1.1.1/bash_completions.go:605:	buf.WriteString(fmt.Sprint(`    if [[ -z "${BASH_VERSION}" || "${BASH_VERSINFO[0]}" -gt 3 ]]; then`, "\n"))
golang-github-spf13-cobra-1.1.1/bash_completions.go-606-	for _, value := range cmd.Aliases {
##############################################
golang-github-spf13-cobra-1.1.1/cobra/README.md-9-
golang-github-spf13-cobra-1.1.1/cobra/README.md:10:This will create the cobra executable under your `$GOPATH/bin` directory.
golang-github-spf13-cobra-1.1.1/cobra/README.md-11-
##############################################
golang-github-spf13-cobra-1.1.1/powershell_completions.md-2-
golang-github-spf13-cobra-1.1.1/powershell_completions.md:3:Cobra can generate PowerShell completion scripts. Users need PowerShell version 5.0 or above, which comes with Windows 10 and can be downloaded separately for Windows 7 or 8.1. They can then write the completions to a file and source this file from their PowerShell profile, which is referenced by the `$Profile` environment variable. See `Get-Help about_Profiles` for more info about PowerShell profiles.
golang-github-spf13-cobra-1.1.1/powershell_completions.md-4-
##############################################
golang-github-spf13-cobra-1.1.1/shell_completions.md-369-Cobra supports native Zsh completion generated from the root `cobra.Command`.
golang-github-spf13-cobra-1.1.1/shell_completions.md:370:The generated completion script should be put somewhere in your `$fpath` and be named
golang-github-spf13-cobra-1.1.1/shell_completions.md-371-`_<yourProgram>`.  You will need to start a new shell for the completions to become available.
##############################################
golang-gogoprotobuf-1.3.1/README-33-  The simplest way is to run `go get -u github.com/golang/protobuf/protoc-gen-go`.
golang-gogoprotobuf-1.3.1/README:34:  The compiler plugin, `protoc-gen-go`, will be installed in `$GOPATH/bin`
golang-gogoprotobuf-1.3.1/README:35:  unless `$GOBIN` is set. It must be in your `$PATH` for the protocol
golang-gogoprotobuf-1.3.1/README-36-  compiler, `protoc`, to find it.
##############################################
golang-gogoprotobuf-1.3.1/README-103-
golang-gogoprotobuf-1.3.1/README:104:  (This can work well with `--gogo_out=$GOPATH`.)
golang-gogoprotobuf-1.3.1/README-105-
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-622-		i := v
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:623:		if v.CanAddr() {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:624:			i = v.Addr()
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-625-		} else {
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-824-
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:825:	if jsu, ok := target.Addr().Interface().(JSONPBUnmarshaler); ok {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-826-		return jsu.UnmarshalJSONPB(u, []byte(inputValue))
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-829-	// Handle well-known types that are not pointers.
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:830:	if w, ok := target.Addr().Interface().(isWkt); ok {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-831-		switch w.XXX_WellKnownType() {
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-976-
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:977:	if t, ok := target.Addr().Interface().(*time.Time); ok {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-978-		ts := &types.Timestamp{}
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-989-
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:990:	if d, ok := target.Addr().Interface().(*time.Duration); ok {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-991-		dur := &types.Duration{}
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1026-
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:1027:	if prop != nil && len(prop.CustomType) > 0 && target.CanAddr() {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:1028:		if m, ok := target.Addr().Interface().(interface {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1029-			UnmarshalJSON([]byte) error
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1094-		if len(jsonFields) > 0 {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:1095:			if ep, ok := target.Addr().Interface().(proto.Message); ok {
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1096-				for _, ext := range proto.RegisteredExtensions(ep) {
##############################################
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1230-	// Use the encoding/json for parsing other value types.
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go:1231:	return json.Unmarshal(inputValue, target.Addr().Interface())
golang-gogoprotobuf-1.3.1/jsonpb/jsonpb.go-1232-}
##############################################
golang-gogoprotobuf-1.3.1/proto/clone.go-110-
golang-gogoprotobuf-1.3.1/proto/clone.go:111:	if emIn, ok := in.Addr().Interface().(extensionsBytes); ok {
golang-gogoprotobuf-1.3.1/proto/clone.go:112:		emOut := out.Addr().Interface().(extensionsBytes)
golang-gogoprotobuf-1.3.1/proto/clone.go-113-		bIn := emIn.GetExtensions()
##############################################
golang-gogoprotobuf-1.3.1/proto/clone.go-115-		*bOut = append(*bOut, *bIn...)
golang-gogoprotobuf-1.3.1/proto/clone.go:116:	} else if emIn, err := extendable(in.Addr().Interface()); err == nil {
golang-gogoprotobuf-1.3.1/proto/clone.go:117:		emOut, _ := extendable(out.Addr().Interface())
golang-gogoprotobuf-1.3.1/proto/clone.go-118-		mIn, muIn := emIn.extensionsRead()
##############################################
golang-gogoprotobuf-1.3.1/proto/extensions.go-463-
golang-gogoprotobuf-1.3.1/proto/extensions.go:464:		b, err = unmarshal(b, valToPointer(value.Addr()), wire)
golang-gogoprotobuf-1.3.1/proto/extensions.go-465-		if err != nil {
##############################################
golang-gogoprotobuf-1.3.1/proto/lib.go-637-		}
golang-gogoprotobuf-1.3.1/proto/lib.go:638:		fptr := f.Addr().Interface() // **T
golang-gogoprotobuf-1.3.1/proto/lib.go-639-		// TODO: Consider batching the allocations we do here.
##############################################
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go-96-func (p pointer) offset(f field) pointer {
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go:97:	return pointer{v: p.v.Elem().FieldByIndex(f).Addr()}
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go-98-}
##############################################
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go-307-	}
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go:308:	return pointer{v: p.v.Elem().Elem().Elem().Field(0).Addr()} // *interface -> interface -> *struct -> struct
golang-gogoprotobuf-1.3.1/proto/pointer_reflect.go-309-}
##############################################
golang-gogoprotobuf-1.3.1/proto/pointer_reflect_gogo.go-43-func (p pointer) getRef() pointer {
golang-gogoprotobuf-1.3.1/proto/pointer_reflect_gogo.go:44:	return pointer{v: p.v.Addr()}
golang-gogoprotobuf-1.3.1/proto/pointer_reflect_gogo.go-45-}
##############################################
golang-gogoprotobuf-1.3.1/proto/table_merge.go-144-	in := src.asPointerTo(mi.typ).Elem()
golang-gogoprotobuf-1.3.1/proto/table_merge.go:145:	if emIn, err := extendable(in.Addr().Interface()); err == nil {
golang-gogoprotobuf-1.3.1/proto/table_merge.go:146:		emOut, _ := extendable(out.Addr().Interface())
golang-gogoprotobuf-1.3.1/proto/table_merge.go-147-		mIn, muIn := emIn.extensionsRead()
##############################################
golang-gogoprotobuf-1.3.1/proto/table_merge.go-542-						dsts = reflect.Append(dsts, zero)
golang-gogoprotobuf-1.3.1/proto/table_merge.go:543:						srcElement := srcs.Index(i).Addr()
golang-gogoprotobuf-1.3.1/proto/table_merge.go:544:						dstElement := dsts.Index(dsts.Len() - 1).Addr()
golang-gogoprotobuf-1.3.1/proto/table_merge.go-545-						mergeInfo.merge(valToPointer(dstElement), valToPointer(srcElement))
##############################################
golang-gogoprotobuf-1.3.1/proto/text.go-202-	}
golang-gogoprotobuf-1.3.1/proto/text.go:203:	t, ok := sv.Addr().Interface().(wkt)
golang-gogoprotobuf-1.3.1/proto/text.go-204-	return ok && t.XXX_WellKnownType() == "Any"
##############################################
golang-gogoprotobuf-1.3.1/proto/text.go-463-	pv := sv
golang-gogoprotobuf-1.3.1/proto/text.go:464:	if pv.CanAddr() {
golang-gogoprotobuf-1.3.1/proto/text.go:465:		pv = sv.Addr()
golang-gogoprotobuf-1.3.1/proto/text.go-466-	} else {
##############################################
golang-gogoprotobuf-1.3.1/proto/text.go-580-		w.indent()
golang-gogoprotobuf-1.3.1/proto/text.go:581:		if v.CanAddr() {
golang-gogoprotobuf-1.3.1/proto/text.go-582-			// Calling v.Interface on a struct causes the reflect package to
##############################################
golang-gogoprotobuf-1.3.1/proto/text.go-591-			// mutating this value.
golang-gogoprotobuf-1.3.1/proto/text.go:592:			v = v.Addr()
golang-gogoprotobuf-1.3.1/proto/text.go-593-		}
##############################################
golang-gogoprotobuf-1.3.1/proto/text_parser.go-555-			}
golang-gogoprotobuf-1.3.1/proto/text_parser.go:556:			ep := sv.Addr().Interface().(Message)
golang-gogoprotobuf-1.3.1/proto/text_parser.go-557-			if !rep {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/errors/fmt/print.go-802-					bytes = f.Bytes()
golang-golang-x-exp-0.0~git20181112.a3060d4/errors/fmt/print.go:803:				} else if f.CanAddr() {
golang-golang-x-exp-0.0~git20181112.a3060d4/errors/fmt/print.go-804-					bytes = f.Slice(0, f.Len()).Bytes()
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c_test.go-22-	for _, tt := range tc {
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c_test.go:23:		unmasked, tenbit := resolveAddr(tt.masked)
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c_test.go-24-		if want, got := tt.tenbitWant, tenbit; got != want {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go-62-func Open(o driver.Opener, addr int) (*Device, error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go:63:	unmasked, tenbit := resolveAddr(addr)
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go-64-	conn, err := o.Open(unmasked, tenbit)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go-72-// It also returns the unmasked address.
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go:73:func resolveAddr(addr int) (unmasked int, tenbit bool) {
golang-golang-x-exp-0.0~git20181112.a3060d4/io/i2c/i2c.go-74-	return addr & (tenbitMask - 1), addr&tenbitMask == tenbitMask
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/swizzle/swizzle_common.go-17-
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/swizzle/swizzle_common.go:18:	// Use asm code for 16- or 4-byte chunks, if supported.
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/swizzle/swizzle_common.go-19-	if useBGRA16 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-67-func GetDC(hwnd syscall.Handle) (dc syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:68:	r0, _, e1 := syscall.Syscall(procGetDC.Addr(), 1, uintptr(hwnd), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-69-	dc = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-80-func ReleaseDC(hwnd syscall.Handle, dc syscall.Handle) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:81:	r1, _, e1 := syscall.Syscall(procReleaseDC.Addr(), 2, uintptr(hwnd), uintptr(dc), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-82-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-92-func sendMessage(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lParam uintptr) (lResult uintptr) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:93:	r0, _, _ := syscall.Syscall6(procSendMessageW.Addr(), 4, uintptr(hwnd), uintptr(uMsg), uintptr(wParam), uintptr(lParam), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-94-	lResult = uintptr(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-98-func _CreateWindowEx(exstyle uint32, className *uint16, windowText *uint16, style uint32, x int32, y int32, width int32, height int32, parent syscall.Handle, menu syscall.Handle, hInstance syscall.Handle, lpParam uintptr) (hwnd syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:99:	r0, _, e1 := syscall.Syscall12(procCreateWindowExW.Addr(), 12, uintptr(exstyle), uintptr(unsafe.Pointer(className)), uintptr(unsafe.Pointer(windowText)), uintptr(style), uintptr(x), uintptr(y), uintptr(width), uintptr(height), uintptr(parent), uintptr(menu), uintptr(hInstance), uintptr(lpParam))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-100-	hwnd = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-111-func _DefWindowProc(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lParam uintptr) (lResult uintptr) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:112:	r0, _, _ := syscall.Syscall6(procDefWindowProcW.Addr(), 4, uintptr(hwnd), uintptr(uMsg), uintptr(wParam), uintptr(lParam), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-113-	lResult = uintptr(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-117-func _DestroyWindow(hwnd syscall.Handle) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:118:	r1, _, e1 := syscall.Syscall(procDestroyWindow.Addr(), 1, uintptr(hwnd), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-119-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-129-func _DispatchMessage(msg *_MSG) (ret int32) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:130:	r0, _, _ := syscall.Syscall(procDispatchMessageW.Addr(), 1, uintptr(unsafe.Pointer(msg)), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-131-	ret = int32(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-135-func _GetClientRect(hwnd syscall.Handle, rect *_RECT) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:136:	r1, _, e1 := syscall.Syscall(procGetClientRect.Addr(), 2, uintptr(hwnd), uintptr(unsafe.Pointer(rect)), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-137-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-147-func _GetWindowRect(hwnd syscall.Handle, rect *_RECT) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:148:	r1, _, e1 := syscall.Syscall(procGetWindowRect.Addr(), 2, uintptr(hwnd), uintptr(unsafe.Pointer(rect)), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-149-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-159-func _GetKeyboardLayout(threadID uint32) (locale syscall.Handle) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:160:	r0, _, _ := syscall.Syscall(procGetKeyboardLayout.Addr(), 1, uintptr(threadID), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-161-	locale = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-165-func _GetKeyboardState(lpKeyState *byte) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:166:	r1, _, e1 := syscall.Syscall(procGetKeyboardState.Addr(), 1, uintptr(unsafe.Pointer(lpKeyState)), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-167-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-177-func _GetKeyState(virtkey int32) (keystatus int16) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:178:	r0, _, _ := syscall.Syscall(procGetKeyState.Addr(), 1, uintptr(virtkey), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-179-	keystatus = int16(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-183-func _GetMessage(msg *_MSG, hwnd syscall.Handle, msgfiltermin uint32, msgfiltermax uint32) (ret int32, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:184:	r0, _, e1 := syscall.Syscall6(procGetMessageW.Addr(), 4, uintptr(unsafe.Pointer(msg)), uintptr(hwnd), uintptr(msgfiltermin), uintptr(msgfiltermax), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-185-	ret = int32(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-196-func _LoadCursor(hInstance syscall.Handle, cursorName uintptr) (cursor syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:197:	r0, _, e1 := syscall.Syscall(procLoadCursorW.Addr(), 2, uintptr(hInstance), uintptr(cursorName), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-198-	cursor = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-209-func _LoadIcon(hInstance syscall.Handle, iconName uintptr) (icon syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:210:	r0, _, e1 := syscall.Syscall(procLoadIconW.Addr(), 2, uintptr(hInstance), uintptr(iconName), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-211-	icon = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-228-	}
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:229:	r1, _, e1 := syscall.Syscall6(procMoveWindow.Addr(), 6, uintptr(hwnd), uintptr(x), uintptr(y), uintptr(w), uintptr(h), uintptr(_p0))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-230-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-240-func _PostMessage(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lParam uintptr) (lResult bool) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:241:	r0, _, _ := syscall.Syscall6(procPostMessageW.Addr(), 4, uintptr(hwnd), uintptr(uMsg), uintptr(wParam), uintptr(lParam), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-242-	lResult = r0 != 0
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-246-func _PostQuitMessage(exitCode int32) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:247:	syscall.Syscall(procPostQuitMessage.Addr(), 1, uintptr(exitCode), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-248-	return
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-251-func _RegisterClass(wc *_WNDCLASS) (atom uint16, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:252:	r0, _, e1 := syscall.Syscall(procRegisterClassW.Addr(), 1, uintptr(unsafe.Pointer(wc)), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-253-	atom = uint16(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-264-func _ShowWindow(hwnd syscall.Handle, cmdshow int32) (wasvisible bool) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:265:	r0, _, _ := syscall.Syscall(procShowWindow.Addr(), 2, uintptr(hwnd), uintptr(cmdshow), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-266-	wasvisible = r0 != 0
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-270-func _ScreenToClient(hwnd syscall.Handle, lpPoint *_POINT) (ok bool) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:271:	r0, _, _ := syscall.Syscall(procScreenToClient.Addr(), 2, uintptr(hwnd), uintptr(unsafe.Pointer(lpPoint)), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-272-	ok = r0 != 0
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-276-func _ToUnicodeEx(wVirtKey uint32, wScanCode uint32, lpKeyState *byte, pwszBuff *uint16, cchBuff int32, wFlags uint32, dwhkl syscall.Handle) (ret int32) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:277:	r0, _, _ := syscall.Syscall9(procToUnicodeEx.Addr(), 7, uintptr(wVirtKey), uintptr(wScanCode), uintptr(unsafe.Pointer(lpKeyState)), uintptr(unsafe.Pointer(pwszBuff)), uintptr(cchBuff), uintptr(wFlags), uintptr(dwhkl), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-278-	ret = int32(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-282-func _TranslateMessage(msg *_MSG) (done bool) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go:283:	r0, _, _ := syscall.Syscall(procTranslateMessage.Addr(), 1, uintptr(unsafe.Pointer(msg)), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/internal/win32/zsyscall_windows.go-284-	done = r0 != 0
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-36-func _AlphaBlend(dcdest syscall.Handle, xoriginDest int32, yoriginDest int32, wDest int32, hDest int32, dcsrc syscall.Handle, xoriginSrc int32, yoriginSrc int32, wsrc int32, hsrc int32, ftn uintptr) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:37:	r1, _, e1 := syscall.Syscall12(procAlphaBlend.Addr(), 11, uintptr(dcdest), uintptr(xoriginDest), uintptr(yoriginDest), uintptr(wDest), uintptr(hDest), uintptr(dcsrc), uintptr(xoriginSrc), uintptr(yoriginSrc), uintptr(wsrc), uintptr(hsrc), uintptr(ftn), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-38-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-48-func _BitBlt(dcdest syscall.Handle, xdest int32, ydest int32, width int32, height int32, dcsrc syscall.Handle, xsrc int32, ysrc int32, rop uint32) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:49:	r1, _, e1 := syscall.Syscall9(procBitBlt.Addr(), 9, uintptr(dcdest), uintptr(xdest), uintptr(ydest), uintptr(width), uintptr(height), uintptr(dcsrc), uintptr(xsrc), uintptr(ysrc), uintptr(rop))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-50-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-60-func _CreateCompatibleBitmap(dc syscall.Handle, width int32, height int32) (bitmap syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:61:	r0, _, e1 := syscall.Syscall(procCreateCompatibleBitmap.Addr(), 3, uintptr(dc), uintptr(width), uintptr(height))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-62-	bitmap = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-73-func _CreateCompatibleDC(dc syscall.Handle) (newdc syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:74:	r0, _, e1 := syscall.Syscall(procCreateCompatibleDC.Addr(), 1, uintptr(dc), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-75-	newdc = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-86-func _CreateDIBSection(dc syscall.Handle, bmi *_BITMAPINFO, usage uint32, bits **byte, section syscall.Handle, offset uint32) (bitmap syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:87:	r0, _, e1 := syscall.Syscall6(procCreateDIBSection.Addr(), 6, uintptr(dc), uintptr(unsafe.Pointer(bmi)), uintptr(usage), uintptr(unsafe.Pointer(bits)), uintptr(section), uintptr(offset))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-88-	bitmap = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-99-func _CreateSolidBrush(color _COLORREF) (brush syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:100:	r0, _, e1 := syscall.Syscall(procCreateSolidBrush.Addr(), 1, uintptr(color), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-101-	brush = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-112-func _DeleteDC(dc syscall.Handle) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:113:	r1, _, e1 := syscall.Syscall(procDeleteDC.Addr(), 1, uintptr(dc), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-114-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-124-func _DeleteObject(object syscall.Handle) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:125:	r1, _, e1 := syscall.Syscall(procDeleteObject.Addr(), 1, uintptr(object), 0, 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-126-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-136-func _FillRect(dc syscall.Handle, rc *_RECT, brush syscall.Handle) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:137:	r1, _, e1 := syscall.Syscall(procFillRect.Addr(), 3, uintptr(dc), uintptr(unsafe.Pointer(rc)), uintptr(brush))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-138-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-148-func _ModifyWorldTransform(dc syscall.Handle, x *_XFORM, mode uint32) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:149:	r1, _, e1 := syscall.Syscall(procModifyWorldTransform.Addr(), 3, uintptr(dc), uintptr(unsafe.Pointer(x)), uintptr(mode))
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-150-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-160-func _SelectObject(dc syscall.Handle, gdiobj syscall.Handle) (newobj syscall.Handle, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:161:	r0, _, e1 := syscall.Syscall(procSelectObject.Addr(), 2, uintptr(dc), uintptr(gdiobj), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-162-	newobj = syscall.Handle(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-173-func _SetGraphicsMode(dc syscall.Handle, mode int32) (oldmode int32, err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:174:	r0, _, e1 := syscall.Syscall(procSetGraphicsMode.Addr(), 2, uintptr(dc), uintptr(mode), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-175-	oldmode = int32(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-186-func _SetWorldTransform(dc syscall.Handle, x *_XFORM) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:187:	r1, _, e1 := syscall.Syscall(procSetWorldTransform.Addr(), 2, uintptr(dc), uintptr(unsafe.Pointer(x)), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-188-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-198-func _StretchBlt(dcdest syscall.Handle, xdest int32, ydest int32, wdest int32, hdest int32, dcsrc syscall.Handle, xsrc int32, ysrc int32, wsrc int32, hsrc int32, rop uint32) (err error) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:199:	r1, _, e1 := syscall.Syscall12(procStretchBlt.Addr(), 11, uintptr(dcdest), uintptr(xdest), uintptr(ydest), uintptr(wdest), uintptr(hdest), uintptr(dcsrc), uintptr(xsrc), uintptr(ysrc), uintptr(wsrc), uintptr(hsrc), uintptr(rop), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-200-	if r1 == 0 {
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-210-func _GetDeviceCaps(dc syscall.Handle, index int32) (ret int32) {
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go:211:	r0, _, _ := syscall.Syscall(procGetDeviceCaps.Addr(), 2, uintptr(dc), uintptr(index), 0)
golang-golang-x-exp-0.0~git20181112.a3060d4/shiny/driver/windriver/zsyscall_windows.go-212-	ret = int32(r0)
##############################################
golang-golang-x-exp-0.0~git20181112.a3060d4/shootout/threadring.c-103-#if defined(__MINGW32__) || defined(__MINGW64__)
golang-golang-x-exp-0.0~git20181112.a3060d4/shootout/threadring.c:104:      pthread_attr_setstackaddr(&stack_attr, &stacks[i]);
golang-golang-x-exp-0.0~git20181112.a3060d4/shootout/threadring.c-105-      pthread_attr_setstacksize(&stack_attr, sizeof(struct stack));