Hacker News new | ask | show | jobs
by kiitos 994 days ago
> alias and type redefinitions are conceptually the same.

In Go, they are not. Aliases establish precise equivalence between types, type redefinitions establish new types altogether.