Skip to content

Instantly share code, notes, and snippets.

@zikaeroh
Created February 1, 2020 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zikaeroh/7a9674c79a34a35e3e8973ceffae5c3c to your computer and use it in GitHub Desktop.
Save zikaeroh/7a9674c79a34a35e3e8973ceffae5c3c to your computer and use it in GitHub Desktop.
[Trace - 23:41:26.710 PM] Sending request 'initialize - (0)'.
Params: {"processId":126769,"rootPath":"/home/jake/zikaeroh/hortbot/hortbot","rootUri":"file:///home/jake/zikaeroh/hortbot/hortbot","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}}},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true}}},"initializationOptions":{},"trace":"off","workspaceFolders":[{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot","name":"hortbot"}]}
[Trace - 23:41:26.713 PM] Received response 'initialize - (0)' in 3ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":{"codeActionKinds":["quickfix","source.organizeImports"]},"codeLensProvider":{},"documentLinkProvider":{},"documentFormattingProvider":true,"documentOnTypeFormattingProvider":{"firstTriggerCharacter":""},"renameProvider":{"prepareProvider":true},"foldingRangeProvider":true,"executeCommandProvider":{"commands":["tidy"]},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":""}}
[Trace - 23:41:26.715 PM] Sending notification 'initialized'.
Params: {}
[Trace - 23:41:26.717 PM] Sending notification 'textDocument/didOpen'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go","languageId":"go","version":1,"text":"package bot\n\nvar builtinCommands handlerMap\n\nvar reservedCommandNames = map[string]bool{\n\t\"builtin\": true,\n\t\"command\": true,\n\t\"set\": true,\n}\n\nfunc init() {\n\t// To prevent initialization loop.\n\tbuiltinCommands = newHandlerMap(map[string]handlerFunc{\n\t\t\"command\": {fn: cmdCommand, minLevel: levelModerator},\n\t\t\"coemand\": {fn: cmdCommand, minLevel: levelModerator},\n\t\t\"set\": {fn: cmdSettings, minLevel: levelModerator},\n\t\t\"setting\": {fn: cmdSettings, minLevel: levelModerator},\n\t\t\"owner\": {fn: cmdOwnerModRegularIgnore, minLevel: levelBroadcaster},\n\t\t\"mod\": {fn: cmdOwnerModRegularIgnore, minLevel: levelBroadcaster},\n\t\t\"regular\": {fn: cmdOwnerModRegularIgnore, minLevel: levelBroadcaster},\n\t\t\"ignore\": {fn: cmdOwnerModRegularIgnore, minLevel: levelModerator},\n\t\t\"quote\": {fn: cmdQuote, minLevel: levelSubscriber},\n\t\t\"clear\": {fn: cmdModClear, minLevel: levelModerator},\n\t\t\"filter\": {fn: cmdFilter, minLevel: levelModerator},\n\t\t\"permit\": {fn: cmdPermit, minLevel: levelModerator},\n\t\t\"allow\": {fn: cmdPermit, minLevel: levelModerator},\n\t\t\"leave\": {fn: cmdLeave, minLevel: levelBroadcaster},\n\t\t\"part\": {fn: cmdLeave, minLevel: levelBroadcaster},\n\t\t\"conch\": {fn: cmdConch, minLevel: levelSubscriber},\n\t\t\"helix\": {fn: cmdConch, minLevel: levelSubscriber},\n\t\t\"repeat\": {fn: cmdRepeat, minLevel: levelModerator},\n\t\t\"schedule\": {fn: cmdSchedule, minLevel: levelModerator},\n\t\t\"lastfm\": {fn: cmdLastFM, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"songlink\": {fn: cmdSonglink, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"music\": {fn: cmdMusic, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"autoreply\": {fn: cmdAutoreply, minLevel: levelModerator},\n\t\t\"xkcd\": {fn: cmdXKCD, minLevel: levelSubscriber, skipCooldown: true},\n\t\t\"raffle\": {fn: cmdRaffle, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"var\": {fn: cmdVar, minLevel: levelModerator},\n\t\t\"status\": {fn: cmdStatus, minLevel: levelEveryone},\n\t\t\"game\": {fn: cmdGame, minLevel: levelEveryone},\n\t\t\"viewers\": {fn: cmdViewers, minLevel: levelEveryone},\n\t\t\"uptime\": {fn: cmdUptime, minLevel: levelEveryone},\n\t\t\"chatters\": {fn: cmdChatters, minLevel: levelEveryone},\n\t\t\"admin\": {fn: cmdAdmin, minLevel: levelAdmin},\n\t\t\"islive\": {fn: cmdIsLive, minLevel: levelModerator},\n\t\t\"ishere\": {fn: cmdIsHere, minLevel: levelModerator},\n\t\t\"list\": {fn: cmdList, minLevel: levelModerator},\n\t\t\"random\": {fn: cmdRandom, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"roll\": {fn: cmdRandom, minLevel: levelEveryone, skipCooldown: true},\n\t\t\"host\": {fn: cmdHost, minLevel: levelEveryone},\n\t\t\"unhost\": {fn: cmdUnhost, minLevel: levelEveryone},\n\t\t\"whatshouldiplay\": {fn: cmdWhatShouldIPlay, minLevel: levelBroadcaster},\n\t\t\"statusgame\": {fn: cmdStatusGame, minLevel: levelModerator},\n\t\t\"steamgame\": {fn: cmdSteamGame, minLevel: levelModerator},\n\t\t\"winner\": {fn: cmdWinner, minLevel: levelModerator},\n\t\t\"google\": {fn: cmdGoogle, minLevel: levelSubscriber},\n\t\t\"link\": {fn: cmdLink, minLevel: levelSubscriber},\n\t\t\"followme\": {fn: cmdFollowMe, minLevel: levelBroadcaster},\n\t\t\"urban\": {fn: cmdUrban, minLevel: levelSubscriber, skipCooldown: true},\n\t\t\"commands\": {fn: cmdCommands, minLevel: levelSubscriber},\n\t\t\"coemands\": {fn: cmdCommands, minLevel: levelSubscriber},\n\t\t\"quotes\": {fn: cmdQuotes, minLevel: levelSubscriber},\n\t\t\"bothelp\": {fn: cmdHelp, minLevel: levelEveryone},\n\t\t\"help\": {fn: cmdHelp, minLevel: levelEveryone},\n\t})\n}\n\nfunc isBuiltinName(name string) bool {\n\t_, ok := builtinCommands[name]\n\treturn ok\n}\n"}}
[Trace - 23:41:26.718 PM] Received request 'client/registerCapability - (1)'.
Params: {"registrations":[{"id":"workspace/didChangeConfiguration","method":"workspace/didChangeConfiguration"},{"id":"workspace/didChangeWorkspaceFolders","method":"workspace/didChangeWorkspaceFolders"},{"id":"workspace/didChangeWatchedFiles","method":"workspace/didChangeWatchedFiles","registerOptions":{"watchers":[{"globPattern":"**/*.go","kind":7}]}}]}
[Trace - 23:41:26.726 PM] Sending response 'client/registerCapability - (1)' took 8ms.
Result: {}
[Trace - 23:41:26.736 PM] Sending request 'textDocument/codeAction - (1)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go"},"range":{"start":{"line":21,"character":63},"end":{"line":21,"character":63}},"context":{"diagnostics":[]}}
[Trace - 23:41:26.739 PM] Sending request 'textDocument/documentLink - (2)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go"}}
[Trace - 23:41:26.795 PM] Received request 'workspace/configuration - (2)'.
Params: {"items":[{"scopeUri":"file:///home/jake/zikaeroh/hortbot/hortbot","section":"gopls"},{"scopeUri":"file:///home/jake/zikaeroh/hortbot/hortbot","section":"gopls-hortbot"}]}
[Trace - 23:41:26.795 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:26 Build info\n----------\ngolang.org/x/tools/gopls master\n golang.org/x/tools/gopls@v0.1.8-0.20200131211209-ecb101ed6550 h1:0NRGhttWS2Y5cK/h+uPZyIQewGG9mx0M3DRRkuMAjNU=\n github.com/BurntSushi/toml@v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=\n github.com/sergi/go-diff@v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=\n golang.org/x/mod@v0.1.1-0.20191105210325-c90efee705ee h1:WG0RUwxtNT4qqaXX3DPA8zHFNm/D9xaBpxzHt1WcA/E=\n golang.org/x/sync@v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=\n golang.org/x/tools@v0.0.0-20200131211209-ecb101ed6550 h1:3Kc3/T5DQ/majKzDmb+0NzmbXFhKLaeDTp3KqVPV5Eo=\n golang.org/x/xerrors@v0.0.0-20191011141410-1b5146add898 h1:/atklqdjdhuosWIl6AIbOeHJjicWYPqR9bpxqxYG2pA=\n honnef.co/go/tools@v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=\n mvdan.cc/xurls/v2@v2.1.0 h1:KaMb5GLhlcSX+e+qhbRJODnUUBvlw01jt4yrjFIHAuA=\n\nGo info\n-------\ngo version go1.13.7 linux/amd64\n\nGO111MODULE=\"\"\nGOARCH=\"amd64\"\nGOBIN=\"\"\nGOCACHE=\"/home/jake/.cache/go-build\"\nGOENV=\"/home/jake/.config/go/env\"\nGOEXE=\"\"\nGOFLAGS=\"\"\nGOHOSTARCH=\"amd64\"\nGOHOSTOS=\"linux\"\nGONOPROXY=\"\"\nGONOSUMDB=\"\"\nGOOS=\"linux\"\nGOPATH=\"/home/jake/go\"\nGOPRIVATE=\"\"\nGOPROXY=\"https://proxy.golang.org,direct\"\nGOROOT=\"/usr/lib/go\"\nGOSUMDB=\"sum.golang.org\"\nGOTMPDIR=\"\"\nGOTOOLDIR=\"/usr/lib/go/pkg/tool/linux_amd64\"\nGCCGO=\"gccgo\"\nAR=\"ar\"\nCC=\"gcc\"\nCXX=\"g++\"\nCGO_ENABLED=\"1\"\nGOMOD=\"/home/jake/zikaeroh/hortbot/hortbot/go.mod\"\nCGO_CFLAGS=\"-g -O2\"\nCGO_CPPFLAGS=\"\"\nCGO_CXXFLAGS=\"-g -O2\"\nCGO_FFLAGS=\"-g -O2\"\nCGO_LDFLAGS=\"-g -O2\"\nPKG_CONFIG=\"pkg-config\"\nGOGCCFLAGS=\"-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build374412360=/tmp/go-build -gno-record-gcc-switches\"\n"}
[Trace - 23:41:26.800 PM] Sending response 'workspace/configuration - (2)' took 4ms.
Result: [{"usePlaceholders":false},null]
[Trace - 23:41:26.939 PM] Sending request 'textDocument/foldingRange - (3)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go"}}
[Trace - 23:41:26.983 PM] Sending request 'textDocument/codeLens - (4)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go"}}
[Trace - 23:41:27.802 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:27 go/packages.Load\n\tsnapshot = 0\n\tquery = [./... builtin]\n\tpackages = 152"}
[Trace - 23:41:29.308 PM] Sending request 'textDocument/hover - (5)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go"},"position":{"line":11,"character":19}}
[Trace - 23:41:29.850 PM] Received response 'textDocument/codeAction - (1)' in 3114ms.
Result: {}
[Trace - 23:41:29.858 PM] Received response 'textDocument/documentLink - (2)' in 3119ms.
Result: {}
[Trace - 23:41:29.859 PM] Received response 'textDocument/foldingRange - (3)' in 2920ms.
Result: [{"startLine":10,"startCharacter":13,"endLine":65,"endCharacter":3},{"startLine":68,"startCharacter":38,"endLine":70,"endCharacter":10}]
[Trace - 23:41:29.860 PM] Received response 'textDocument/codeLens - (4)' in 2877ms.
Result: {}
[Trace - 23:41:29.861 PM] Received response 'textDocument/hover - (5)' in 553ms.
Result: {}
[Trace - 23:41:29.952 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:29 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot"}
[Trace - 23:41:29.952 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:29 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot"}
[Trace - 23:41:29.974 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:29 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:29.974 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:29 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:37.669 PM] Sending notification 'textDocument/didOpen'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","languageId":"go","version":1,"text":""}}
[Trace - 23:41:37.669 PM] Sending request 'textDocument/documentLink - (6)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Error - 23:41:37.682 PM] Received #6 successfully parsed but no token.File for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go (/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go:1:1: expected ';', found 'EOF' (and 2 more errors))
[Trace - 23:41:37.853 PM] Sending request 'textDocument/foldingRange - (7)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Error - 23:41:37.853 PM] Received #7 successfully parsed but no token.File for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go (/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go:1:1: expected ';', found 'EOF' (and 2 more errors))
[Trace - 23:41:37.897 PM] Sending notification 'workspace/didChangeWatchedFiles'.
Params: {"changes":[{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","type":1}]}
[Trace - 23:41:37.904 PM] Sending request 'textDocument/codeLens - (8)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:37.904 PM] Received response 'textDocument/codeLens - (8)' in 0ms.
Result: {}
[Trace - 23:41:38.151 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tquery = [github.com/hortbot/hortbot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot/botfakes github.com/hortbot/hortbot/internal/bot/btest github.com/hortbot/hortbot/internal/cli/flags/botflags github.com/hortbot/hortbot/internal/cli/subcommands/bot]\n\tpackages = 6"}
[Trace - 23:41:38.151 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go]"}
[Trace - 23:41:38.151 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot/internal/cli/flags/botflags\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/cli/flags/botflags/botflags.go]"}
[Trace - 23:41:38.152 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot/internal/bot/botfakes\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_notifier.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_rand.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_sender.go]"}
[Trace - 23:41:38.152 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot/internal/cli/subcommands/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/cli/subcommands/bot/bot.go]"}
[Trace - 23:41:38.152 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/main.go]"}
[Trace - 23:41:38.152 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 2\n\tpackage = github.com/hortbot/hortbot/internal/bot/btest\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/apis.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/clock.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/db.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/fakes.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/irc.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/script_tester.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/twitch.go]"}
[Trace - 23:41:38.297 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":2},"contentChanges":[{"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"rangeLength":0,"text":"p"}]}
[Trace - 23:41:38.369 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":3},"contentChanges":[{"range":{"start":{"line":0,"character":1},"end":{"line":0,"character":1}},"rangeLength":0,"text":"a"}]}
[Trace - 23:41:38.377 PM] Sending request 'textDocument/completion - (9)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"position":{"line":0,"character":2},"context":{"triggerKind":1}}
[Trace - 23:41:38.590 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":4},"contentChanges":[{"range":{"start":{"line":0,"character":2},"end":{"line":0,"character":2}},"rangeLength":0,"text":"c"}]}
[Trace - 23:41:38.608 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 4\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 1"}
[Trace - 23:41:38.609 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 4\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go]"}
[Trace - 23:41:38.624 PM] Received response 'textDocument/completion - (9)' in 247ms.
Result: {"isIncomplete":false,"items":[]}
[Trace - 23:41:38.625 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 4\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]\n\tpackages = 0"}
[Trace - 23:41:38.626 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 no completions found\n\tAt = {0 2}\n\tFailure = getting file for Completion: packageHandles: no package handles for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}
[Trace - 23:41:38.692 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":5},"contentChanges":[{"range":{"start":{"line":0,"character":3},"end":{"line":0,"character":3}},"rangeLength":0,"text":"k"}]}
[Trace - 23:41:38.695 PM] Sending request 'textDocument/completion - (10)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"position":{"line":0,"character":4},"context":{"triggerKind":1}}
[Trace - 23:41:38.710 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":6},"contentChanges":[{"range":{"start":{"line":0,"character":4},"end":{"line":0,"character":4}},"rangeLength":0,"text":"a"}]}
[Trace - 23:41:38.823 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":7},"contentChanges":[{"range":{"start":{"line":0,"character":5},"end":{"line":0,"character":5}},"rangeLength":0,"text":"g"}]}
[Trace - 23:41:38.904 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":8},"contentChanges":[{"range":{"start":{"line":0,"character":6},"end":{"line":0,"character":6}},"rangeLength":0,"text":"e"}]}
[Trace - 23:41:38.934 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":9},"contentChanges":[{"range":{"start":{"line":0,"character":7},"end":{"line":0,"character":7}},"rangeLength":0,"text":" "}]}
[Trace - 23:41:38.956 PM] Received response 'textDocument/completion - (10)' in 260ms.
Result: {"isIncomplete":false,"items":[]}
[Trace - 23:41:38.957 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 go/packages.Load\n\tsnapshot = 6\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]\n\tpackages = 0"}
[Trace - 23:41:38.957 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:38 no completions found\n\tAt = {0 4}\n\tFailure = getting file for Completion: packageHandles: no package handles for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}
[Trace - 23:41:39.118 PM] Sending request 'textDocument/foldingRange - (11)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Error - 23:41:39.119 PM] Received #11 successfully parsed but no token.File for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go (/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go:1:9: expected ';', found 'EOF' (and 1 more errors))
[Trace - 23:41:39.154 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:39 go/packages.Load\n\tsnapshot = 10\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 1"}
[Trace - 23:41:39.154 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:39 go/packages.Load\n\tsnapshot = 10\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go]"}
[Trace - 23:41:39.169 PM] Sending request 'textDocument/codeLens - (12)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:39.169 PM] Received response 'textDocument/codeLens - (12)' in 0ms.
Result: {}
[Trace - 23:41:39.232 PM] Sending request 'textDocument/documentLink - (13)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Error - 23:41:39.232 PM] Received #13 successfully parsed but no token.File for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go (/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go:1:9: expected ';', found 'EOF' (and 1 more errors))
[Trace - 23:41:39.344 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":10},"contentChanges":[{"range":{"start":{"line":0,"character":8},"end":{"line":0,"character":8}},"rangeLength":0,"text":"b"}]}
[Trace - 23:41:39.353 PM] Sending request 'textDocument/completion - (14)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"position":{"line":0,"character":9},"context":{"triggerKind":1}}
[Trace - 23:41:39.445 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":11},"contentChanges":[{"range":{"start":{"line":0,"character":9},"end":{"line":0,"character":9}},"rangeLength":0,"text":"o"}]}
[Trace - 23:41:39.575 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":12},"contentChanges":[{"range":{"start":{"line":0,"character":10},"end":{"line":0,"character":10}},"rangeLength":0,"text":"t"}]}
[Trace - 23:41:39.736 PM] Received response 'textDocument/completion - (14)' in 383ms.
Result: {"isIncomplete":false,"items":[]}
[Trace - 23:41:39.736 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:39 go/packages.Load\n\tsnapshot = 11\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]\n\tpackages = 0"}
[Trace - 23:41:39.737 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:39 no completions found\n\tAt = {0 9}\n\tFailure = getting file for Completion: packageHandles: no package handles for file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}
[Trace - 23:41:39.797 PM] Sending request 'textDocument/foldingRange - (15)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:39.798 PM] Received response 'textDocument/foldingRange - (15)' in 0ms.
Result: []
[Trace - 23:41:39.823 PM] Sending request 'textDocument/codeLens - (16)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:39.823 PM] Received response 'textDocument/codeLens - (16)' in 0ms.
Result: {}
[Trace - 23:41:39.824 PM] Sending request 'textDocument/codeAction - (17)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"range":{"start":{"line":0,"character":11},"end":{"line":0,"character":11}},"context":{"diagnostics":[]}}
[Trace - 23:41:40.016 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]\n\tpackages = 1"}
[Trace - 23:41:40.017 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]"}
[Error - 23:41:40.052 PM] Received #17 file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go has list errors, not running goimports
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tquery = [github.com/hortbot/hortbot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot/botfakes github.com/hortbot/hortbot/internal/bot/btest github.com/hortbot/hortbot/internal/cli/flags/botflags github.com/hortbot/hortbot/internal/cli/subcommands/bot]\n\tpackages = 6"}
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]"}
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/cli/flags/botflags\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/cli/flags/botflags/botflags.go]"}
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/cli/subcommands/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/cli/subcommands/bot/bot.go]"}
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/main.go]"}
[Trace - 23:41:40.254 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/bot/botfakes\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_notifier.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_rand.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_sender.go]"}
[Trace - 23:41:40.255 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:40 go/packages.Load\n\tsnapshot = 13\n\tpackage = github.com/hortbot/hortbot/internal/bot/btest\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/apis.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/clock.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/db.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/fakes.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/irc.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/script_tester.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/twitch.go]"}
[Trace - 23:41:40.337 PM] Sending request 'textDocument/documentLink - (18)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:40.338 PM] Received response 'textDocument/documentLink - (18)' in 0ms.
Result: {}
[Trace - 23:41:41.162 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:41 go/packages.Load\n\tsnapshot = 13\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bench_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/export_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/main_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/script_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testcmd_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing_test.go]\n\tpackages = 0"}
[Trace - 23:41:41.163 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:41 diagnose: no workspace packages: github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test] has no metadata\n\tsnapshot = 13\n\tdirectory = 0xaf3b80"}
[Trace - 23:41:41.446 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":13},"contentChanges":[{"range":{"start":{"line":0,"character":11},"end":{"line":0,"character":11}},"rangeLength":0,"text":"\n"}]}
[Trace - 23:41:41.543 PM] Sending request 'textDocument/foldingRange - (19)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:41.543 PM] Received response 'textDocument/foldingRange - (19)' in 0ms.
Result: []
[Trace - 23:41:41.580 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":14},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"rangeLength":0,"text":"\n"}]}
[Trace - 23:41:41.709 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:41 go/packages.Load\n\tsnapshot = 15\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 1"}
[Trace - 23:41:41.709 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:41 go/packages.Load\n\tsnapshot = 15\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]"}
[Trace - 23:41:41.756 PM] Sending request 'textDocument/foldingRange - (20)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:41.756 PM] Received response 'textDocument/foldingRange - (20)' in 0ms.
Result: []
[Trace - 23:41:41.806 PM] Sending request 'textDocument/codeLens - (21)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:41.806 PM] Received response 'textDocument/codeLens - (21)' in 0ms.
Result: {}
[Trace - 23:41:42.341 PM] Sending request 'textDocument/documentLink - (22)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:42.341 PM] Received response 'textDocument/documentLink - (22)' in 0ms.
Result: {}
[Trace - 23:41:42.674 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:42 go/packages.Load\n\tsnapshot = 15\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bench_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/export_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/main_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/script_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testcmd_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing_test.go]\n\tpackages = 0"}
[Trace - 23:41:42.674 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:42 diagnose: no workspace packages: github.com/hortbot/hortbot/internal/bot_test [github.com/hortbot/hortbot/internal/bot.test] has no metadata\n\tsnapshot = 15\n\tdirectory = 0xaf3b80"}
[Trace - 23:41:44.095 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":15},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"rangeLength":1,"text":""}]}
[Trace - 23:41:44.251 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:44 go/packages.Load\n\tsnapshot = 16\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 1"}
[Trace - 23:41:44.251 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:44 go/packages.Load\n\tsnapshot = 16\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]"}
[Trace - 23:41:44.291 PM] Sending request 'textDocument/foldingRange - (23)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:44.291 PM] Received response 'textDocument/foldingRange - (23)' in 0ms.
Result: []
[Trace - 23:41:44.341 PM] Sending request 'textDocument/codeLens - (24)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:44.342 PM] Received response 'textDocument/codeLens - (24)' in 0ms.
Result: {}
[Trace - 23:41:45.091 PM] Sending request 'textDocument/documentLink - (25)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:45.091 PM] Received response 'textDocument/documentLink - (25)' in 0ms.
Result: {}
[Trace - 23:41:45.211 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:45 go/packages.Load\n\tsnapshot = 16\n\tquery = [file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bench_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/export_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/main_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/script_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testcmd_test.go file=/home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing_test.go]\n\tpackages = 0"}
[Trace - 23:41:45.211 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:45 diagnose: no workspace packages: github.com/hortbot/hortbot/internal/bot_test [github.com/hortbot/hortbot/internal/bot.test] has no metadata\n\tsnapshot = 16\n\tdirectory = 0xaf3b80"}
[Trace - 23:41:45.603 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":16},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"rangeLength":0,"text":"\n"}]}
[Trace - 23:41:45.751 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:45 go/packages.Load\n\tsnapshot = 17\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 1"}
[Trace - 23:41:45.752 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:45 go/packages.Load\n\tsnapshot = 17\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go]"}
[Trace - 23:41:45.802 PM] Sending request 'textDocument/foldingRange - (26)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:45.802 PM] Received response 'textDocument/foldingRange - (26)' in 0ms.
Result: []
[Trace - 23:41:45.840 PM] Sending request 'textDocument/codeLens - (27)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:45.840 PM] Received response 'textDocument/codeLens - (27)' in 0ms.
Result: {}
[Trace - 23:41:45.911 PM] Sending request 'textDocument/codeAction - (28)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"range":{"start":{"line":0,"character":0},"end":{"line":2,"character":0}},"context":{"diagnostics":[]}}
[Error - 23:41:45.941 PM] Received #28 file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go has list errors, not running goimports
[Trace - 23:41:45.945 PM] Sending request 'textDocument/formatting - (29)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"options":{"tabSize":4,"insertSpaces":false}}
[Trace - 23:41:45.948 PM] Received response 'textDocument/formatting - (29)' in 2ms.
Result: [{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"newText":""}]
[Trace - 23:41:45.956 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":17},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"rangeLength":1,"text":""}]}
[Trace - 23:41:46.005 PM] Sending notification 'textDocument/didSave'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":17}}
[Trace - 23:41:46.194 PM] Sending request 'textDocument/foldingRange - (30)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:46.194 PM] Received response 'textDocument/foldingRange - (30)' in 0ms.
Result: []
[Trace - 23:41:46.204 PM] Sending request 'textDocument/codeLens - (31)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:46.205 PM] Received response 'textDocument/codeLens - (31)' in 0ms.
Result: {}
[Trace - 23:41:46.277 PM] Sending notification 'workspace/didChangeWatchedFiles'.
Params: {"changes":[{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","type":2}]}
[Trace - 23:41:46.589 PM] Sending request 'textDocument/documentLink - (32)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:46.590 PM] Received response 'textDocument/documentLink - (32)' in 0ms.
Result: {}
[Trace - 23:41:46.817 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:46 go/packages.Load\n\tsnapshot = 19\n\tquery = [github.com/hortbot/hortbot/internal/bot github.com/hortbot/hortbot/internal/bot]\n\tpackages = 4"}
[Trace - 23:41:46.817 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:46 go/packages.Load\n\tsnapshot = 19\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go]"}
[Trace - 23:41:46.819 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:46 go/packages.Load\n\tsnapshot = 19\n\tpackage = github.com/hortbot/hortbot/internal/bot\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/builtin_commands.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_fun.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_lastfm.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_list.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_management.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_moderation.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_quote.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_raffle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_random.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_schedule.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_steam.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_twitch.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_website.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/custom_command.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/deps.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/helpers.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/rdb.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/repeat.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/user_state.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/var.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/export_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/handlers_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing_test.go]"}
[Trace - 23:41:46.820 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:46 go/packages.Load\n\tsnapshot = 19\n\tpackage = github.com/hortbot/hortbot/internal/bot_test\n\tfiles = [/home/jake/zikaeroh/hortbot/hortbot/internal/bot/bench_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/main_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/script_test.go /home/jake/zikaeroh/hortbot/hortbot/internal/bot/testcmd_test.go]"}
[Trace - 23:41:46.820 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:46 go/packages.Load\n\tsnapshot = 19\n\tpackage = github.com/hortbot/hortbot/internal/bot.test\n\tfiles = [/home/jake/.cache/go-build/c1/c136cbdd192786a7aca2f69d7cfd4e5f93fbbf8309a21590d5c2eceebd411c78-d]"}
[Trace - 23:41:46.874 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:46.876 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:46.877 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:46.879 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:46.881 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:46.883 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:46.886 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:46.886 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:46.886 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:46.887 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:46.887 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:46.887 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:46.888 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:46.888 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:46.888 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:46.888 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:46.889 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:46.889 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_notifier.go","diagnostics":[{"range":{"start":{"line":112,"character":21},"end":{"line":112,"character":24}},"severity":1,"source":"compiler","message":"cannot use new(FakeNotifier) (value of type *FakeNotifier) as bot.Notifier value in variable declaration: wrong type for method NotifyChannelUpdates"}]}
[Trace - 23:41:46.889 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/botfakes/fake_sender.go","diagnostics":[{"range":{"start":{"line":116,"character":19},"end":{"line":116,"character":22}},"severity":1,"source":"compiler","message":"cannot use new(FakeSender) (value of type *FakeSender) as bot.Sender value in variable declaration: wrong type for method SendMessage"}]}
[Trace - 23:41:46.889 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/cli/flags/botflags/botflags.go","diagnostics":[{"range":{"start":{"line":83,"character":11},"end":{"line":83,"character":22}},"severity":1,"source":"compiler","message":"cannot use (logSender literal) (value of type logSender) as bot.Sender value in assignment: wrong type for method SendMessage"}]}
[Trace - 23:41:46.890 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/cli/subcommands/bot/bot.go","diagnostics":[{"range":{"start":{"line":64,"character":35},"end":{"line":64,"character":41}},"severity":1,"source":"compiler","message":"cannot use sender (variable of type *bnsq.SendMessagePublisher) as bot.Sender value in argument to config.Bot.New: wrong type for method SendMessage"},{"range":{"start":{"line":64,"character":43},"end":{"line":64,"character":51}},"severity":1,"source":"compiler","message":"cannot use notifier (variable of type *bnsq.NotifyPublisher) as bot.Notifier value in argument to config.Bot.New: wrong type for method NotifyChannelUpdates"}]}
[Trace - 23:41:46.911 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/clock.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"\"github.com/leononame/clock\" imported but not used"}]}
[Trace - 23:41:46.911 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/btest/script_tester.go","diagnostics":[{"range":{"start":{"line":127,"character":14},"end":{"line":127,"character":19}},"severity":1,"source":"compiler","message":"cannot use st.db (variable of type *sql.DB) as *invalid type value in struct literal"},{"range":{"start":{"line":129,"character":14},"end":{"line":129,"character":23}},"severity":1,"source":"compiler","message":"cannot use st.sender (variable of type *botfakes.FakeSender) as bot.Sender value in struct literal: wrong type for method SendMessage"},{"range":{"start":{"line":130,"character":14},"end":{"line":130,"character":25}},"severity":1,"source":"compiler","message":"cannot use st.notifier (variable of type *botfakes.FakeNotifier) as bot.Notifier value in struct literal: wrong type for method NotifyChannelUpdates"}]}
[Trace - 23:41:47.097 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:47 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:47.097 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:47 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:47.115 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[]}
[Trace - 23:41:47.116 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[]}
[Trace - 23:41:47.116 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[]}
[Trace - 23:41:47.116 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[]}
[Trace - 23:41:47.116 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[]}
[Trace - 23:41:47.116 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[]}
[Trace - 23:41:47.117 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[]}
[Trace - 23:41:47.117 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[]}
[Trace - 23:41:47.117 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[]}
[Trace - 23:41:47.117 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[]}
[Trace - 23:41:47.117 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[]}
[Trace - 23:41:47.118 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[]}
[Trace - 23:41:47.118 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[]}
[Trace - 23:41:47.118 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[]}
[Trace - 23:41:47.118 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[]}
[Trace - 23:41:47.118 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[]}
[Trace - 23:41:47.119 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[]}
[Trace - 23:41:47.401 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":18},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"rangeLength":0,"text":"\n"}]}
[Trace - 23:41:47.433 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:47.443 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:47.444 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:47.462 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:47.463 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:47.465 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:47.466 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:47.467 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:47.469 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:47.471 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:47.472 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:47.474 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:47.487 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:47.493 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:47.493 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:47.494 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:47.496 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:47.585 PM] Sending request 'textDocument/foldingRange - (33)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:47.590 PM] Received response 'textDocument/foldingRange - (33)' in 4ms.
Result: []
[Trace - 23:41:47.678 PM] Sending request 'textDocument/codeLens - (34)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:47.687 PM] Received response 'textDocument/codeLens - (34)' in 9ms.
Result: {}
[Trace - 23:41:47.904 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:47 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:47.904 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:47 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:47.907 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[]}
[Trace - 23:41:47.907 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[]}
[Trace - 23:41:47.907 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[]}
[Trace - 23:41:47.907 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[]}
[Trace - 23:41:47.907 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[]}
[Trace - 23:41:47.908 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[]}
[Trace - 23:41:47.908 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[]}
[Trace - 23:41:47.908 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[]}
[Trace - 23:41:47.908 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[]}
[Trace - 23:41:47.908 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[]}
[Trace - 23:41:47.909 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[]}
[Trace - 23:41:47.909 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[]}
[Trace - 23:41:47.910 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[]}
[Trace - 23:41:47.910 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[]}
[Trace - 23:41:47.910 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[]}
[Trace - 23:41:47.910 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[]}
[Trace - 23:41:47.910 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[]}
[Trace - 23:41:48.388 PM] Sending request 'textDocument/documentLink - (35)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:48.388 PM] Received response 'textDocument/documentLink - (35)' in 0ms.
Result: {}
[Trace - 23:41:48.926 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":19},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"rangeLength":1,"text":""}]}
[Trace - 23:41:48.991 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:48.991 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:48.991 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:48.993 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:48.993 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:48.994 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:48.994 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:48.994 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:48.995 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:48.995 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:48.995 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:48.995 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:48.996 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:48.996 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:48.996 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:48.996 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:48.997 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:49.132 PM] Sending request 'textDocument/foldingRange - (36)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:49.132 PM] Received response 'textDocument/foldingRange - (36)' in 0ms.
Result: []
[Trace - 23:41:49.161 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:49 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:49.161 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2020/01/31 23:41:49 unable to compute analysis error position: start pos is not valid\n\tcategory = nilness.cond\n\tpackage = github.com/hortbot/hortbot/internal/bot [github.com/hortbot/hortbot/internal/bot.test]"}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[]}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[]}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[]}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[]}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[]}
[Trace - 23:41:49.163 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[]}
[Trace - 23:41:49.164 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[]}
[Trace - 23:41:49.164 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[]}
[Trace - 23:41:49.164 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[]}
[Trace - 23:41:49.164 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[]}
[Trace - 23:41:49.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[]}
[Trace - 23:41:49.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[]}
[Trace - 23:41:49.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[]}
[Trace - 23:41:49.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[]}
[Trace - 23:41:49.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[]}
[Trace - 23:41:49.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[]}
[Trace - 23:41:49.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[]}
[Trace - 23:41:49.175 PM] Sending request 'textDocument/codeLens - (37)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:49.175 PM] Received response 'textDocument/codeLens - (37)' in 0ms.
Result: {}
[Trace - 23:41:49.923 PM] Sending request 'textDocument/documentLink - (38)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:49.923 PM] Received response 'textDocument/documentLink - (38)' in 0ms.
Result: {}
[Trace - 23:41:50.212 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":20},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"rangeLength":0,"text":"\n"}]}
[Trace - 23:41:50.225 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:50.225 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:50.226 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:50.226 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:50.227 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:50.227 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:50.227 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:50.228 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:50.228 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:50.228 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:50.228 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:50.229 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:50.229 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:50.229 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:50.230 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:50.230 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:50.230 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:50.405 PM] Sending request 'textDocument/foldingRange - (39)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:50.405 PM] Received response 'textDocument/foldingRange - (39)' in 0ms.
Result: []
[Trace - 23:41:50.457 PM] Sending request 'textDocument/codeLens - (40)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:50.457 PM] Received response 'textDocument/codeLens - (40)' in 0ms.
Result: {}
[Trace - 23:41:51.206 PM] Sending request 'textDocument/documentLink - (41)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:51.207 PM] Received response 'textDocument/documentLink - (41)' in 0ms.
Result: {}
[Trace - 23:41:56.127 PM] Sending request 'textDocument/codeAction - (42)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"range":{"start":{"line":0,"character":0},"end":{"line":2,"character":0}},"context":{"diagnostics":[]}}
[Error - 23:41:56.128 PM] Received #42 file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go has list errors, not running goimports
[Trace - 23:41:56.137 PM] Sending request 'textDocument/formatting - (43)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"},"options":{"tabSize":4,"insertSpaces":false}}
[Trace - 23:41:56.138 PM] Received response 'textDocument/formatting - (43)' in 1ms.
Result: [{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"newText":""}]
[Trace - 23:41:56.152 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":21},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":2,"character":0}},"rangeLength":1,"text":""}]}
[Trace - 23:41:56.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[]}
[Trace - 23:41:56.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[]}
[Trace - 23:41:56.165 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[]}
[Trace - 23:41:56.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[]}
[Trace - 23:41:56.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[]}
[Trace - 23:41:56.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[]}
[Trace - 23:41:56.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[]}
[Trace - 23:41:56.166 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[]}
[Trace - 23:41:56.167 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[]}
[Trace - 23:41:56.168 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[]}
[Trace - 23:41:56.168 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[]}
[Trace - 23:41:56.168 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[]}
[Trace - 23:41:56.168 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:56.169 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:56.169 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:56.169 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:56.170 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:56.170 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:56.170 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:56.170 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:56.171 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:56.172 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:56.172 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:56.172 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:56.195 PM] Sending notification 'textDocument/didSave'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","version":21}}
[Trace - 23:41:56.204 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[]}
[Trace - 23:41:56.204 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[]}
[Trace - 23:41:56.204 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[]}
[Trace - 23:41:56.204 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[]}
[Trace - 23:41:56.205 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[]}
[Trace - 23:41:56.205 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[]}
[Trace - 23:41:56.205 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[]}
[Trace - 23:41:56.205 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[]}
[Trace - 23:41:56.205 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[]}
[Trace - 23:41:56.206 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[]}
[Trace - 23:41:56.207 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[]}
[Trace - 23:41:56.207 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[]}
[Trace - 23:41:56.207 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/interfaces.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":12}},"severity":1,"source":"compiler","message":"could not import math/rand (no package for import math/rand)"}]}
[Trace - 23:41:56.207 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/testing.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":5}},"severity":1,"source":"compiler","message":"could not import os (no package for import os)"}]}
[Trace - 23:41:56.207 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/filters.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":10}},"severity":1,"source":"compiler","message":"could not import unicode (no package for import unicode)"}]}
[Trace - 23:41:56.208 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/handle.go","diagnostics":[{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/correlation (no package for import github.com/hortbot/hortbot/internal/pkg/correlation)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":28}},"severity":1,"source":"compiler","message":"could not import github.com/jakebailey/irc (no package for import github.com/jakebailey/irc)"}]}
[Trace - 23:41:56.208 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_levels.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":7}},"severity":1,"source":"compiler","message":"could not import sort (no package for import sort)"}]}
[Trace - 23:41:56.208 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/session.go","diagnostics":[{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/findlinks (no package for import github.com/hortbot/hortbot/internal/pkg/findlinks)"},{"range":{"start":{"line":21,"character":1},"end":{"line":21,"character":22}},"severity":1,"source":"compiler","message":"could not import golang.org/x/oauth2 (no package for import golang.org/x/oauth2)"}]}
[Trace - 23:41:56.208 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/actions.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":10}},"severity":1,"source":"compiler","message":"could not import context (no package for import context)"},{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":15}},"severity":1,"source":"compiler","message":"could not import database/sql (no package for import database/sql)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":10}},"severity":1,"source":"compiler","message":"could not import net/url (no package for import net/url)"},{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":10}},"severity":1,"source":"compiler","message":"could not import strings (no package for import strings)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":7}},"severity":1,"source":"compiler","message":"could not import time (no package for import time)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/araddon/dateparse (no package for import github.com/araddon/dateparse)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":26}},"severity":1,"source":"compiler","message":"could not import github.com/hako/durafmt (no package for import github.com/hako/durafmt)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":42}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/cbp (no package for import github.com/hortbot/hortbot/internal/cbp)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/modelsx (no package for import github.com/hortbot/hortbot/internal/db/modelsx)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":57}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/extralife (no package for import github.com/hortbot/hortbot/internal/pkg/apis/extralife)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":51}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/stringsx (no package for import github.com/hortbot/hortbot/internal/pkg/stringsx)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries/qm (no package for import github.com/volatiletech/sqlboiler/queries/qm)"},{"range":{"start":{"line":19,"character":1},"end":{"line":19,"character":25}},"severity":1,"source":"compiler","message":"could not import go.opencensus.io/trace (no package for import go.opencensus.io/trace)"},{"range":{"start":{"line":353,"character":5},"end":{"line":353,"character":6}},"severity":1,"source":"compiler","message":"i declared but not used"}]}
[Trace - 23:41:56.209 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/bot.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":7}},"severity":1,"source":"compiler","message":"could not import sync (no package for import sync)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":47}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/redis (no package for import github.com/hortbot/hortbot/internal/db/redis)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/lastfm (no package for import github.com/hortbot/hortbot/internal/pkg/apis/lastfm)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/steam (no package for import github.com/hortbot/hortbot/internal/pkg/apis/steam)"},{"range":{"start":{"line":11,"character":1},"end":{"line":11,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl (no package for import github.com/hortbot/hortbot/internal/pkg/apis/tinyurl)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":54}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/twitch (no package for import github.com/hortbot/hortbot/internal/pkg/apis/twitch)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":53}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/urban (no package for import github.com/hortbot/hortbot/internal/pkg/apis/urban)"},{"range":{"start":{"line":14,"character":1},"end":{"line":14,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/xkcd (no package for import github.com/hortbot/hortbot/internal/pkg/apis/xkcd)"},{"range":{"start":{"line":15,"character":1},"end":{"line":15,"character":55}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/apis/youtube (no package for import github.com/hortbot/hortbot/internal/pkg/apis/youtube)"},{"range":{"start":{"line":16,"character":1},"end":{"line":16,"character":50}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/recache (no package for import github.com/hortbot/hortbot/internal/pkg/recache)"},{"range":{"start":{"line":17,"character":1},"end":{"line":17,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/repeat (no package for import github.com/hortbot/hortbot/internal/pkg/repeat)"},{"range":{"start":{"line":18,"character":1},"end":{"line":18,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/leononame/clock (no package for import github.com/leononame/clock)"}]}
[Trace - 23:41:56.209 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_settings.go","diagnostics":[{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":15}},"severity":1,"source":"compiler","message":"could not import unicode/utf8 (no package for import unicode/utf8)"}]}
[Trace - 23:41:56.209 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/autoreplies.go","diagnostics":[{"range":{"start":{"line":8,"character":1},"end":{"line":8,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/ctxlog (no package for import github.com/hortbot/hortbot/internal/pkg/ctxlog)"},{"range":{"start":{"line":9,"character":1},"end":{"line":9,"character":41}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/boil (no package for import github.com/volatiletech/sqlboiler/boil)"},{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":44}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/sqlboiler/queries (no package for import github.com/volatiletech/sqlboiler/queries)"},{"range":{"start":{"line":12,"character":1},"end":{"line":12,"character":18}},"severity":1,"source":"compiler","message":"could not import go.uber.org/zap (no package for import go.uber.org/zap)"}]}
[Trace - 23:41:56.209 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_autoreplies.go","diagnostics":[{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":9}},"severity":1,"source":"compiler","message":"could not import errors (no package for import errors)"},{"range":{"start":{"line":6,"character":1},"end":{"line":6,"character":9}},"severity":1,"source":"compiler","message":"could not import regexp (no package for import regexp)"},{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":16}},"severity":1,"source":"compiler","message":"could not import regexp/syntax (no package for import regexp/syntax)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":31}},"severity":1,"source":"compiler","message":"could not import github.com/volatiletech/null (no package for import github.com/volatiletech/null)"}]}
[Trace - 23:41:56.210 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_filters.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/pkg/linkmatch (no package for import github.com/hortbot/hortbot/internal/pkg/linkmatch)"}]}
[Trace - 23:41:56.210 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_admin.go","diagnostics":[{"range":{"start":{"line":10,"character":1},"end":{"line":10,"character":52}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta (no package for import github.com/hortbot/hortbot/internal/bnsq/bnsqmeta)"},{"range":{"start":{"line":13,"character":1},"end":{"line":13,"character":46}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/version (no package for import github.com/hortbot/hortbot/internal/version)"}]}
[Trace - 23:41:56.210 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_command.go","diagnostics":[{"range":{"start":{"line":7,"character":1},"end":{"line":7,"character":29}},"severity":1,"source":"compiler","message":"could not import github.com/gobuffalo/flect (no package for import github.com/gobuffalo/flect)"}]}
[Trace - 23:41:56.210 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/access_level.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":6}},"severity":1,"source":"compiler","message":"could not import fmt (no package for import fmt)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":48}},"severity":1,"source":"compiler","message":"could not import github.com/hortbot/hortbot/internal/db/models (no package for import github.com/hortbot/hortbot/internal/db/models)"},{"range":{"start":{"line":69,"character":0},"end":{"line":69,"character":1}},"severity":1,"source":"compiler","message":"missing return"}]}
[Trace - 23:41:56.210 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/accesslevel_string.go","diagnostics":[{"range":{"start":{"line":4,"character":7},"end":{"line":4,"character":16}},"severity":1,"source":"compiler","message":"could not import strconv (no package for import strconv)"}]}
[Trace - 23:41:56.211 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/metrics.go","diagnostics":[{"range":{"start":{"line":4,"character":1},"end":{"line":4,"character":49}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus (no package for import github.com/prometheus/client_golang/prometheus)"},{"range":{"start":{"line":5,"character":1},"end":{"line":5,"character":58}},"severity":1,"source":"compiler","message":"could not import github.com/prometheus/client_golang/prometheus/promauto (no package for import github.com/prometheus/client_golang/prometheus/promauto)"}]}
[Trace - 23:41:56.347 PM] Sending request 'textDocument/foldingRange - (44)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:56.347 PM] Received response 'textDocument/foldingRange - (44)' in 0ms.
Result: []
[Trace - 23:41:56.397 PM] Sending request 'textDocument/codeLens - (45)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:56.397 PM] Received response 'textDocument/codeLens - (45)' in 0ms.
Result: {}
[Trace - 23:41:56.477 PM] Sending notification 'workspace/didChangeWatchedFiles'.
Params: {"changes":[{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go","type":2}]}
[Trace - 23:41:57.147 PM] Sending request 'textDocument/documentLink - (46)'.
Params: {"textDocument":{"uri":"file:///home/jake/zikaeroh/hortbot/hortbot/internal/bot/cmd_misc.go"}}
[Trace - 23:41:57.147 PM] Received response 'textDocument/documentLink - (46)' in 0ms.
Result: {}
[Trace - 23:41:59.867 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:41:59 background imports cache refresh starting"}
[Trace - 23:42:00.891 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2020/01/31 23:42:00 background refresh finished after 1.024034066s\n\tError = \u003cnil\u003e"}
[Trace - 23:42:06.331 PM] Sending request 'shutdown - (47)'.
Params: {}
[Trace - 23:42:06.332 PM] Received response 'shutdown - (47)' in 0ms.
Result: {}
[Trace - 23:42:06.333 PM] Sending notification 'exit'.
Params: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment