summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/os.go b/os.go
index 23d09fc88..85ca8f092 100644
--- a/os.go
+++ b/os.go
@@ -143,9 +143,8 @@ func HandleCodeFetch(moduleSpecifier string, containingFile string) (out []byte)
}
var sourceCode = string(sourceCodeBuf)
- var command = Msg_CODE_FETCH_RES
res = &Msg{
- Command: command,
+ Command: Msg_CODE_FETCH_RES,
CodeFetchResModuleName: moduleName,
CodeFetchResFilename: filename,
CodeFetchResSourceCode: sourceCode,