From: Tobias Klauser Date: Thu, 2 Nov 2017 09:39:45 +0000 (+0100) Subject: syscall: rename ztypes_windows* to types_windows* X-Git-Tag: go1.10beta1~445 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e4468c99b004bc15936727a79dd36621b65c58f9;p=gostls13.git syscall: rename ztypes_windows* to types_windows* The ztypes_windows* file names indicate that these are auto-generated but they aren't. Rename them to types_windows* to avoid this confusion. This follows CL 52950 which did the same for golang.org/x/sys. Change-Id: Ia557ec5d4bcfb6bae20e34e71b5f3f190285794f Reviewed-on: https://go-review.googlesource.com/75390 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/syscall/ztypes_windows.go b/src/syscall/types_windows.go similarity index 100% rename from src/syscall/ztypes_windows.go rename to src/syscall/types_windows.go diff --git a/src/syscall/ztypes_windows_386.go b/src/syscall/types_windows_386.go similarity index 100% rename from src/syscall/ztypes_windows_386.go rename to src/syscall/types_windows_386.go diff --git a/src/syscall/ztypes_windows_amd64.go b/src/syscall/types_windows_amd64.go similarity index 100% rename from src/syscall/ztypes_windows_amd64.go rename to src/syscall/types_windows_amd64.go