Go has no constructor keyword or new syntax, so the language leans on a plain function that returns a pointer, named NewX by convention.
Go has no constructor keyword or new syntax, so the language leans on a plain function that returns a pointer, named NewX by convention.