Skip to content

Instantly share code, notes, and snippets.

@myitcv

myitcv/log.txt Secret

Created October 24, 2019 20:00
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 myitcv/f8d3bd52e3a31c30b2befe7909eae285 to your computer and use it in GitHub Desktop.
Save myitcv/f8d3bd52e3a31c30b2befe7909eae285 to your computer and use it in GitHub Desktop.
racey gopls log
[Trace - 20:58:48.389 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"rootUri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file","capabilities":{"workspace":{"workspaceEdit":{},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{},"symbol":{},"executeCommand":{},"configuration":true},"textDocument":{"hover":{"contentFormat":["plaintext"]}}},"initializationOptions":{"incrementalSync":true,"noDocsOnHover":true},"workspaceFolders":null}
[Trace - 20:58:48.390 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"documentLinkProvider":{},"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"executeCommandProvider":{"commands":["tidy"]},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"custom":null}
[Trace - 20:58:48.391 PM] Sending notification 'initialized'.
Params: {}
[Trace - 20:58:48.391 PM] Received request 'client/registerCapability - (1)'.
Params: {"registrations":[{"id":"workspace/didChangeConfiguration","method":"workspace/didChangeConfiguration"},{"id":"workspace/didChangeWorkspaceFolders","method":"workspace/didChangeWorkspaceFolders"}]}
[Trace - 20:58:48.392 PM] Sending response 'client/registerCapability - (1)' took 0ms.
Result: {}
[Trace - 20:58:48.407 PM] Sending notification 'textDocument/didOpen'.
Params: {"textDocument":{"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go","languageId":"go","version":0,"text":"\n"}}
[Trace - 20:58:48.415 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":1,"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go"},"contentChanges":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":0}},"text":"package main\n\nfunc main() {\n}\n"}]}
[Trace - 20:58:48.416 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":2,"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go"},"contentChanges":[{"range":{"start":{"line":0,"character":0},"end":{"line":1,"character":0}},"text":""}]}
[Trace - 20:58:48.421 PM] Sending request 'textDocument/codeAction - (2)'.
Params: {"textDocument":{"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":null}}
[Trace - 20:58:48.438 PM] Received request 'workspace/configuration - (2)'.
Params: {"items":[{"scopeUri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file","section":"gopls"},{"scopeUri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file","section":"gopls-script-format_on_save_new_file"}]}
[Trace - 20:58:48.439 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 Build info\n----------\ngolang.org/x/tools/gopls v0.1.6\n golang.org/x/tools/gopls@v0.1.8-0.20191023143423-ff611c50cd12 h1:SgYeqNFKnnDvjvSnVhjG6ZpCYYQkPYnEV4NA+b7KJqA=\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/sync@v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=\n golang.org/x/tools@v0.0.0-20191023143423-ff611c50cd12 h1:s9/f9YHBWfC3jIKMbJElk5+EwgC58Khn6t1EdLnQ9+k=\n golang.org/x/xerrors@v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=\n honnef.co/go/tools@v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=\n\nGo info\n-------\ngo version devel +03bb3e9ad1 Wed Oct 16 06:29:51 2019 +0000 linux/amd64\n\nGO111MODULE=\"on\"\nGOARCH=\"amd64\"\nGOBIN=\"\"\nGOCACHE=\"/home/myitcv/.cache/go-build\"\nGOENV=\"/home/myitcv/.config/go/env\"\nGOEXE=\"\"\nGOFLAGS=\"\"\nGOHOSTARCH=\"amd64\"\nGOHOSTOS=\"linux\"\nGONOPROXY=\"\"\nGONOSUMDB=\"\"\nGOOS=\"linux\"\nGOPATH=\"/home/myitcv/gostuff\"\nGOPRIVATE=\"\"\nGOPROXY=\"https://proxy.golang.org,direct\"\nGOROOT=\"/home/myitcv/gos\"\nGOSUMDB=\"sum.golang.org\"\nGOTMPDIR=\"\"\nGOTOOLDIR=\"/home/myitcv/gos/pkg/tool/linux_amd64\"\nGCCGO=\"gccgo\"\nAR=\"ar\"\nCC=\"gcc\"\nCXX=\"g++\"\nCGO_ENABLED=\"1\"\nGOMOD=\"/home/myitcv/gostuff/src/github.com/myitcv/govim/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-build239594325=/tmp/go-build -gno-record-gcc-switches\"\n"}
[Trace - 20:58:48.439 PM] Sending response 'workspace/configuration - (2)' took 0ms.
Result: [{"hoverKind":"FullDocumentation","staticcheck":false},null]
[Trace - 20:58:48.445 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 5.132648ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\n\u003e\u003e\n"}
[Trace - 20:58:48.448 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 7.87185ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"Path\": \"mod.com\",\n\t\"Main\": true,\n\t\"Dir\": \"/tmp/go-test-script389776774/script-format_on_save_new_file\",\n\t\"GoMod\": \"/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\",\n\t\"GoVersion\": \"1.14\"\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.448 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 8.123551ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-e\" \"-json\" \"-compiled=true\" \"-test=true\" \"-export=false\" \"-deps=true\" \"-find=false\" \"--\" \"builtin\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"Dir\": \"/home/myitcv/gos/src/builtin\",\n\t\"ImportPath\": \"builtin\",\n\t\"Name\": \"builtin\",\n\t\"Doc\": \"Package builtin provides documentation for Go's predeclared identifiers.\",\n\t\"Target\": \"/home/myitcv/gos/pkg/linux_amd64/builtin.a\",\n\t\"Root\": \"/home/myitcv/gos\",\n\t\"Match\": [\n\t\t\"builtin\"\n\t],\n\t\"Goroot\": true,\n\t\"Standard\": true,\n\t\"GoFiles\": [\n\t\t\"builtin.go\"\n\t]\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2019/10/24 20:58:48 failed to read: open /tmp/go-test-script389776774/script-format_on_save_new_file/main.go: no such file or directory\n\tfile = file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 20.362µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackages = 0"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackages = 0"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 3.621µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOPATH\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.452 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 19.614µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.452 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 14.374µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.451 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 30.369µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.452 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 5.052µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOPATH\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.458 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 6.59456ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\n\u003e\u003e\n"}
[Trace - 20:58:48.459 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 6.436692ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"Path\": \"mod.com\",\n\t\"Main\": true,\n\t\"Dir\": \"/tmp/go-test-script389776774/script-format_on_save_new_file\",\n\t\"GoMod\": \"/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\",\n\t\"GoVersion\": \"1.14\"\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.459 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 6.825178ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\n\u003e\u003e\n"}
[Trace - 20:58:48.463 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 9.744803ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"Path\": \"mod.com\",\n\t\"Main\": true,\n\t\"Dir\": \"/tmp/go-test-script389776774/script-format_on_save_new_file\",\n\t\"GoMod\": \"/tmp/go-test-script389776774/script-format_on_save_new_file/go.mod\",\n\t\"GoVersion\": \"1.14\"\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.470 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 5.398297ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-e\" \"-json\" \"-compiled=true\" \"-test=true\" \"-export=false\" \"-deps=true\" \"-find=false\" \"--\" \"/tmp/go-test-script389776774/script-format_on_save_new_file\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"ImportPath\": \"/tmp/go-test-script389776774/script-format_on_save_new_file\",\n\t\"Match\": [\n\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file\"\n\t],\n\t\"Incomplete\": true,\n\t\"Error\": {\n\t\t\"ImportStack\": [\n\t\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file\"\n\t\t],\n\t\t\"Pos\": \"\",\n\t\t\"Err\": \"cannot find package\"\n\t}\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.471 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 6.708487ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-e\" \"-json\" \"-compiled=true\" \"-test=true\" \"-export=false\" \"-deps=true\" \"-find=false\" \"--\" \"/tmp/go-test-script389776774/script-format_on_save_new_file\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"ImportPath\": \"/tmp/go-test-script389776774/script-format_on_save_new_file\",\n\t\"Match\": [\n\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file\"\n\t],\n\t\"Incomplete\": true,\n\t\"Error\": {\n\t\t\"ImportStack\": [\n\t\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file\"\n\t\t],\n\t\t\"Pos\": \"\",\n\t\t\"Err\": \"cannot find package\"\n\t}\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.476 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackages = 1"}
[Trace - 20:58:48.476 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackage = mod.com\n\tfiles = [/tmp/go-test-script389776774/script-format_on_save_new_file/main.go]"}
[Trace - 20:58:48.476 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 6.187792ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-e\" \"-json\" \"-compiled=true\" \"-test=true\" \"-export=false\" \"-deps=true\" \"-find=false\" \"--\" \"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"ImportPath\": \"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\",\n\t\"Match\": [\n\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\"\n\t],\n\t\"Incomplete\": true,\n\t\"Error\": {\n\t\t\"ImportStack\": [\n\t\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\"\n\t\t],\n\t\t\"Pos\": \"\",\n\t\t\"Err\": \"cannot find package\"\n\t}\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.478 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go","diagnostics":[]}
[Trace - 20:58:48.479 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 8.441667ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-e\" \"-json\" \"-compiled=true\" \"-test=true\" \"-export=false\" \"-deps=true\" \"-find=false\" \"--\" \"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c{\n\t\"ImportPath\": \"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\",\n\t\"Match\": [\n\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\"\n\t],\n\t\"Incomplete\": true,\n\t\"Error\": {\n\t\t\"ImportStack\": [\n\t\t\t\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\"\n\t\t],\n\t\t\"Pos\": \"\",\n\t\t\"Err\": \"cannot find package\"\n\t}\n}\n\u003e\u003e\n"}
[Trace - 20:58:48.479 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackages = 1"}
[Trace - 20:58:48.479 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackage = mod.com\n\tfiles = [/tmp/go-test-script389776774/script-format_on_save_new_file/main.go]"}
[Trace - 20:58:48.484 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 4.410385ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on GOPROXY= PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go [go env GOMOD]"}
[Trace - 20:58:48.484 PM] Received response 'textDocument/codeAction - (2)' in 62ms.
Result: [{"title":"Organize Imports","kind":"source.organizeImports","edit":{"changes":{"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go":[{"range":{"start":{"line":0,"character":0},"end":{"line":1,"character":0}},"newText":""}]}}}]
[Trace - 20:58:48.484 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 fixImports(filename=\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\"), abs=\"/tmp/go-test-script389776774/script-format_on_save_new_file/main.go\", srcDir=\"/tmp/go-test-script389776774/script-format_on_save_new_file\" ..."}
[Trace - 20:58:48.487 PM] Sending notification 'textDocument/didChange'.
Params: {"textDocument":{"version":3,"uri":"file:///tmp/go-test-script389776774/script-format_on_save_new_file/main.go"},"contentChanges":[{"text":"\nfunc main() {\n}\n"}]}
[Trace - 20:58:48.492 PM] Sending request 'shutdown - (3)'.
Params: {}
[Trace - 20:58:48.492 PM] Received response 'shutdown - (3)' in 0ms.
Result: {}
[Trace - 20:58:48.493 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 5.319041ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOMOD\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.494 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 4.629µs for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"env\" \"GOPATH\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.494 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 5.768296ms for GOROOT=/home/myitcv/gos GOPATH=/home/myitcv/gostuff GO111MODULE=on PWD=/tmp/go-test-script389776774/script-format_on_save_new_file go \"list\" \"-m\" \"-json\" \"all\", stderr: \u003c\u003c\u003e\u003e stdout: \u003c\u003c\u003e\u003e\n"}
[Trace - 20:58:48.496 PM] Received notification 'window/logMessage'.
Params: {"type":3,"message":"2019/10/24 20:58:48 go/packages.Load\n\tpackages = 0"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment