1
0
mirror of https://github.com/golang/go synced 2024-11-18 14:14:46 -07:00
go/cmd/heapview
Michael Matloob 68cf18548e x/tools/cmd/heapview/internal/core: stub mmapfile for !darwin,!linux
mmapfile.go uses symbols in the syscall package that are not defined
on windows and some other operating systems. Temporarily
buildtag-restrict mmapfile to darwin and linux (the platforms easiest
for me to test) to fix the build.

Change-Id: Ib056608a655b6d32170cd86deac785811e7bc0d1
Reviewed-on: https://go-review.googlesource.com/26830
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-08-11 13:58:04 +00:00
..
client cmd/heapview: dowgrade to customelements v0 2016-08-05 20:49:36 +00:00
internal/core x/tools/cmd/heapview/internal/core: stub mmapfile for !darwin,!linux 2016-08-11 13:58:04 +00:00
main.go x/tools/cmd/heapview: add a heading to the page 2016-08-05 01:00:25 +00:00