From c0abb772fe2301bb3c8a122825b571a89f5d7ecc Mon Sep 17 00:00:00 2001 From: blackantrax Date: Mon, 3 Oct 2022 11:54:42 -0400 Subject: [PATCH] Add Gopls Program won't run without Gopls being installed --- 02-write-your-first-program/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/02-write-your-first-program/README.md b/02-write-your-first-program/README.md index e31387323..e9484fe4a 100644 --- a/02-write-your-first-program/README.md +++ b/02-write-your-first-program/README.md @@ -62,6 +62,9 @@ func main() { ``` ### Run the program + +Note: You may need to install Gopls if you're using Visual Studio Code in orde to run your program. + * Finally, return back to the command-line. * Run it like this: `go run main.go` * If you create other files and run them all, you can use this command: