summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows_test.go
Commit message (Collapse)AuthorAgeFilesLines
* syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij2018-06-111-0/+6
| | | | | | | | | | | TOKEN_ALL_ACCESS was changed at some stage by Microsoft. Updates #25775 Change-Id: I3e18914207a0020b2ebfb99f4e57aa55f9de813b Reviewed-on: https://go-review.googlesource.com/117635 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+72
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.