commit | 68ed59b20bf0e0fefc232c3eb288c90c95732b3d | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Fri Sep 06 06:22:10 2024 -0400 |
committer | Gopher Robot <gobot@golang.org> | Fri Sep 06 16:31:18 2024 +0000 |
tree | bfac6bf049cd0d245ba45f94f14fe931e42e928a | |
parent | c08bc6e187fc8d4d07c5eae96ac4a8ba6a326abb [diff] |
windows/svc: fix printf(var) mistake detected by latest printf checker For golang/go#69267. Change-Id: Ie240b5c826bb96c0e2021a7e99a3c0f973f0a0e1 Reviewed-on: https://go-review.googlesource.com/c/sys/+/610940 Reviewed-by: Tim King <taking@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.