1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:44:46 -07:00
go/cmd
Daniela Petruzalek a101b041de cmd/present: use unique key for destSlide in local store
We use a 'destSlide' entry in the local storage to keep presentation
and notes in sync while using '-notes' flag. This caused a name
collision if we had different presentations open at the same time.

This changes the 'destSlide' key in local storage to
'destSlide:<presentation-url>' to avoid collisions between different
presentations.

Fixes golang/go#24688

Change-Id: I4833fa83856a96b5978c09ed7e4360484ba4f109
Reviewed-on: https://go-review.googlesource.com/c/tools/+/178659
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2019-06-24 22:21:33 +00:00
..
auth
benchcmp
bundle
callgraph
compilebench compilebench: handle missing MemStats more gracefully 2019-05-09 00:13:10 +00:00
cover
digraph
eg
fiximports
getgo cmd/getgo: fix build on aix 2019-04-10 13:57:22 +00:00
go-contrib-init
godex
godoc
goimports cmd/goimports: reuse cached state 2019-05-20 21:49:40 +00:00
gomvpkg
gopls cmd/gopls: preparing for v0.1.0 2019-06-12 23:17:17 +00:00
gorename
gotype
goyacc
guru
html2article
present cmd/present: use unique key for destSlide in local store 2019-06-24 22:21:33 +00:00
splitdwarf cmd/splitdwarf: fix skip on Windows 2019-05-25 14:57:41 +00:00
ssadump
stress
stringer
toolstash