From 21c0264fc5735a2060d563b6cc710e3d5d933588 Mon Sep 17 00:00:00 2001 From: uta-mori Date: Tue, 28 Jul 2020 13:22:01 +0900 Subject: [PATCH] mod init github.com/microsoft/vscode-remote-try-go --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7ce40cf --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/microsoft/vscode-remote-try-go + +go 1.14