From 7eacf816042ade04ce6820fa9a0cf77e7e09cb46 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 15 Mar 2024 18:32:56 -0400 Subject: [PATCH] Add GOOS=windows to godoc link This will direct users to a rendering of the docs for Windows. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 006b961..4535335 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![ci](https://github.com/elastic/go-windows/actions/workflows/ci.yml/badge.svg)](https://github.com/elastic/go-windows/actions/workflows/ci.yml) [![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs] -[godocs]: http://godoc.org/github.com/elastic/go-windows +[godocs]: https://pkg.go.dev/github.com/elastic/go-windows?GOOS=windows go-windows is a library for Go (golang) that provides wrappers to various Windows APIs that are not covered by the stdlib or by