Link to go.dev

To workaround spellchecker thinking "Go." (with period) is a spelling
mistake.

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-10-31 17:31:57 -07:00
parent 698306fb01
commit a1542b2f4e
1 changed files with 4 additions and 3 deletions

View File

@ -413,9 +413,10 @@ go get github.com/upbound/provider-aws@v0.43.0
Crossplane provides a software development kit (SDK) named Crossplane provides a software development kit (SDK) named
[function-sdk-go](https://github.com/crossplane/function-sdk-go) for writing [function-sdk-go](https://github.com/crossplane/function-sdk-go) for writing
composition functions in Go. The function-xbuckets code uses utilities from composition functions in [Go](https://go.dev). The function-xbuckets code uses
function-sdk-go. In particular the `request` and `response` packages make utilities from function-sdk-go. In particular the `request` and `response`
working with the `RunFunctionRequest` and `RunFunctionResponse` types easier. packages make working with the `RunFunctionRequest` and `RunFunctionResponse`
types easier.
{{<hint "tip">}} {{<hint "tip">}}
Read the Go package documentation for function-sdk-go at Read the Go package documentation for function-sdk-go at