Make Go link to go.dev

Honestly mostly to workaround Vale thinking "Go." is a spelling mistake.

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-10-30 13:49:03 -07:00
parent 6de0d718a5
commit 6524c679d8
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ development kits (SDKs) and templates to help you write a function.
<!-- vale write-good.Passive = NO -->
Here's an example of a tiny, hello world function. This example is written in
Go.
[Go](https://go.dev).
<!-- vale write-good.Passive = YES -->
```go