Golang Structs in JavaScriptI recently spent some time on building a few Go tools and libraries, and found the struct & embedding concept simple, secure and fun…Azer Koçulu3 min read I recently spent some time on building a few Go tools and libraries, and found the struct & embedding concept simple, secure and fun; unlike the broken prototype system in JavaScript.And I began thinking how to have s

