mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
This allows us to modify this file and fix it more fluidly. Users can invoke it from go generate via: go run golang.org/x/sys/windows/mkwinsyscall This was taken from Go repo commit 6b85fa80. Updates golang/go#34388 Change-Id: I8dc39eed96b2499ccbde53554b3e16e6c1f6aa98 Reviewed-on: https://go-review.googlesource.com/c/sys/+/198637 Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
10 lines
346 B
Go
10 lines
346 B
Go
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build generate
|
|
|
|
package windows
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go eventlog.go service.go syscall_windows.go security_windows.go
|