golang.org/toolchain@v0.0.1-go1.9rc2.windows-amd64/blog/content/survey2016/README (about) 1 To update html files with new SVGs: 2 3 go run mkhtml.go *.html 4 5 To edit html files without needing to jump over all the inserted SVGs: 6 7 go run mkhtml.go -strip *.html # remove SVGs 8 edit files 9 go run mkhtml.go *.html # put SVGs back 10