Is there a glossary of sorts for Go terms in Japanese/Chinese/Korean?

It appears that a staff member could revert the wiki post to a specific revision, but no one else? Revert post to a specific revision - feature - Discourse Meta
and it is hard to copy and paste from the diffs, so using Javascript I tried to extract the version after Gia’s edit (v29) here, and then added aesalon’s most recent edit (v34) of liberty row. Possibly I made a mistake but it looks right to me. This basically elides all of richyfourtytwo’s edits, apologies if any of those were not related to sorting

I won’t edit the original as now I am afraid of making a mistake with the Discourse wiki feature… it seems cumbersome to manage if you cannot undo/revert

Javascript for posterity: var xs = ""; document.querySelectorAll('.markdown td:nth-child(2)').forEach( function(x) { xs += x.innerText; }); console.log(xs);

2 Likes