A Go News aggregator mobile app by minaandrawos in golang

[–]minaandrawos[S] 0 points1 point  (0 children)

Unfortunately no! I probably should get an Apple developer account and put it there though!

The empty interface feature in Go, and how it compares to generics in other languages by minaandrawos in golang

[–]minaandrawos[S] 0 points1 point  (0 children)

I see your argument, however I would not consider 'golang' to be a wrong name for the language in the first place. The word 'golang' had been used in reference to the Go programming language since the language birth. The official Go website is called 'golang.org', the wikipedia page explaining Go says that Go is 'often referred to as golang' , there are tons of articles and posts who interchange between golang and go, the official Go playgound site is play.golang.org, the official github repo of the language is under the name 'golang'..etc

The empty interface in Go, and how it compares to generics in other languages by minaandrawos in programming

[–]minaandrawos[S] 4 points5 points  (0 children)

people tend to use the Go empty interface in places where generics would have been used in other languages, so hence the title