Skip to content

Commit

Permalink
Merge pull request #7929 from alexandear/docs/update-go-website
Browse files Browse the repository at this point in the history
languages/go.md: update Go website link
  • Loading branch information
ntrogh authored Jan 9, 2025
2 parents 06d82e9 + 7e06292 commit 72e27c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MetaDescription: Learn about Visual Studio Code editor features (code completion
---
# Go in Visual Studio Code

Using the Go extension for Visual Studio Code, you get features like IntelliSense, code navigation, symbol search, testing, debugging, and many more that will help you in [Go](https://golang.org/) development.
Using the Go extension for Visual Studio Code, you get features like IntelliSense, code navigation, symbol search, testing, debugging, and many more that will help you in [Go](https://go.dev/) development.

![Go extension banner](images/go/go-extension.png)

Expand All @@ -23,7 +23,7 @@ This article describes only a subset of the features the Go extension provides.

![IntelliSense](images/go/completion-signature-help.gif)

IntelliSense features are provided by the Go language server, [gopls](https://golang.org/s/gopls), maintained by the Go team. You can configure the behavior of `gopls` using the [`gopls` settings](https://github.com/golang/vscode-go/wiki/settings#settings-for-gopls).
IntelliSense features are provided by the Go language server, [gopls](https://go.dev/s/gopls), maintained by the Go team. You can configure the behavior of `gopls` using the [`gopls` settings](https://github.com/golang/vscode-go/wiki/settings#settings-for-gopls).

### Semantic syntax highlighting

Expand Down

0 comments on commit 72e27c8

Please sign in to comment.